Modified: jclouds/site-content/guides/filesystem/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/filesystem/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/filesystem/index.html (original) +++ jclouds/site-content/guides/filesystem/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -236,7 +236,7 @@ In this case, the entire directory struc </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/filesystem.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/filesystem.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column">
Modified: jclouds/site-content/guides/glacier/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/glacier/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/glacier/index.html (original) +++ jclouds/site-content/guides/glacier/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -300,7 +300,7 @@ that we can read. The estimated time to </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/glacier.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/glacier.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/go-grid/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/go-grid/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/go-grid/index.html (original) +++ jclouds/site-content/guides/go-grid/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -222,10 +222,10 @@ Using your account's email address won't <p>Note that this predicate can be used for any type of server-related jobs (for load balancer-related jobs, - please see <a href="https://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/predicates/LoadBalancerLatestJobCompleted.java">this predicate</a>). + please see <a href="https://github.com/apache/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/predicates/LoadBalancerLatestJobCompleted.java">this predicate</a>). Also, GoGrid will mark the server creation job finished when the OS is still booting up.</p> -<p>To restart the server, or turn it off, a power command with <a href="https://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/domain/PowerCommand.java">PowerCommand</a> enum may be used:</p> +<p>To restart the server, or turn it off, a power command with <a href="https://github.com/apache/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/domain/PowerCommand.java">PowerCommand</a> enum may be used:</p> <div class="highlight"><pre><code class="java"><span class="n">client</span><span class="o">.</span><span class="na">getServerServices</span><span class="o">().</span><span class="na">power</span><span class="o">(</span><span class="n">nameOfServer</span><span class="o">,</span> <span class="n">PowerCommand</span><span class="o">.</span><span class="na">RESTART</span><span class="o">);</span> </code></pre></div> @@ -276,7 +276,7 @@ To find out the proper credentials, star <p>For more information on using this abstraction, refer to -the detailed <a href="http://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java">test case</a>.</p> +the detailed <a href="http://github.com/apache/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java">test case</a>.</p> <div class="row clearfix"> <div id="footer" class="col-md-12 column"> @@ -295,7 +295,7 @@ the detailed <a href="http://github.com/ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/go-grid.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/go-grid.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/google/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/google/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/google/index.html (original) +++ jclouds/site-content/guides/google/index.html Sun Feb 3 22:37:24 2019 @@ -86,7 +86,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -181,7 +181,7 @@ <h2><a id="examples"></a>Running examples</h2> -<p>A great starting point for using jclouds on GCE is to run the examples provided on <a href="https://github.com/jclouds/jclouds-examples">github</a>.</p> +<p>A great starting point for using jclouds on GCE is to run the examples provided on <a href="https://github.com/apache/jclouds-examples">github</a>.</p> <p>Important Setup</p> @@ -193,7 +193,7 @@ </ul> -<p>Once you have completed the setup, checkout the <a href="https://github.com/jclouds/jclouds-examples">jclouds-examples</a> repository and look at either <a href="https://github.com/jclouds/jclouds-examples/tree/master/compute-basics">compute-basic</a> for an example of using the compute service abstraction or <a href="https://github.com/jclouds/jclouds-examples/tree/master/google-lb">google-lb</a> for an example of using the GCE api directly.</p> +<p>Once you have completed the setup, checkout the <a href="https://github.com/apache/jclouds-examples">jclouds-examples</a> repository and look at either <a href="https://github.com/apache/jclouds-examples/tree/master/compute-basics">compute-basic</a> for an example of using the compute service abstraction or <a href="https://github.com/apache/jclouds-examples/tree/master/google-lb">google-lb</a> for an example of using the GCE api directly.</p> <p>If you are having trouble feel free to <a href="https://jclouds.apache.org/community/">reach out</a>.</p> @@ -243,7 +243,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/google.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/google.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/index.html (original) +++ jclouds/site-content/guides/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -226,7 +226,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/jdbc/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/jdbc/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/jdbc/index.html (original) +++ jclouds/site-content/guides/jdbc/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -262,7 +262,7 @@ used.</li> </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/jdbc.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/jdbc.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/karaf/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/karaf/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/karaf/index.html (original) +++ jclouds/site-content/guides/karaf/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -232,14 +232,14 @@ <h2>Installation</h2> <ol> -<li>Get jclouds-karaf from the <a href="https://github.com/jclouds/jclouds-karaf">jclouds-karaf repository</a> on GitHub.</li> +<li>Get jclouds-karaf from the <a href="https://github.com/apache/jclouds-karaf">jclouds-karaf repository</a> on GitHub.</li> </ol> <p>As of the jclouds Version 1.0.0 release, the jclouds-karaf feature is available on the central maven repository, so you can skip this step of getting the source and building it and go directly to the install of the jclouds feature.</p> -<div class="highlight"><pre><code class="sh">git clone git://github.com/jclouds/jclouds-karaf.git +<div class="highlight"><pre><code class="sh">git clone git://github.com/apache/jclouds-karaf.git <span class="nb">cd </span>jclouds-karaf mvn clean install </code></pre></div> @@ -283,7 +283,7 @@ can change dynamically, and they may be <p>The first step is to get and build the example:</p> -<div class="highlight"><pre><code class="text">git clone https://[email protected]/jclouds/jclouds-examples.git +<div class="highlight"><pre><code class="text">git clone https://[email protected]/apache/jclouds-examples.git cd jclouds-examples/blobstore-karaf-shell mvn clean install </code></pre></div> @@ -346,7 +346,7 @@ This way you can even switch providers.< </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/karaf.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/karaf.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/openstack/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/openstack/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/openstack/index.html (original) +++ jclouds/site-content/guides/openstack/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -851,8 +851,8 @@ List Containers <ul> -<li>Try using the <code>"openstack-cinder"</code> provider to list volumes (hint: see <a href="https://github.com/jclouds/jclouds/blob/master/apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/VolumeAndSnapshotApiLiveTest.java">VolumeAndSnapshotApiLiveTest.testListVolumes()</a>).</li> -<li>Have a look at how the optional extensions are handled (hint: see <a href="https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApiLiveTest.java#L42">FloatingIPApiLiveTest.testListFloatingIPs()</a>).</li> +<li>Try using the <code>"openstack-cinder"</code> provider to list volumes (hint: see <a href="https://github.com/apache/jclouds/blob/master/apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/VolumeAndSnapshotApiLiveTest.java">VolumeAndSnapshotApiLiveTest.testListVolumes()</a>).</li> +<li>Have a look at how the optional extensions are handled (hint: see <a href="https://github.com/apache/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApiLiveTest.java#L42">FloatingIPApiLiveTest.testListFloatingIPs()</a>).</li> <li>Change the example to do different things that you want to do.</li> <li>Browse the <a href="http://demobox.github.com/jclouds-maven-site/latest/apidocs">Javadoc</a>.</li> <li>Join the <a href="/community/">jclouds community</a> as either a developer or user.</li> @@ -960,7 +960,7 @@ List Containers </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/openstack.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/openstack.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/profitbricks/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/profitbricks/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/profitbricks/index.html (original) +++ jclouds/site-content/guides/profitbricks/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -247,7 +247,7 @@ *.jar </code></pre> -<p>The ProfitBricks provider is currently available as part of the jclouds labs project <a href="https://github.com/jclouds/jclouds-labs">here</a>.</p> +<p>The ProfitBricks provider is currently available as part of the jclouds labs project <a href="https://github.com/apache/jclouds-labs">here</a>.</p> <h3>Authentication</h3> @@ -611,7 +611,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/profitbricks.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/profitbricks.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/rackspace/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/rackspace/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/rackspace/index.html (original) +++ jclouds/site-content/guides/rackspace/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -226,7 +226,7 @@ <li><code>cd jclouds</code></li> </ul> </li> -<li>Make a local copy of this <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/pom.xml">pom.xml</a> file in the jclouds directory. +<li>Make a local copy of this <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/pom.xml">pom.xml</a> file in the jclouds directory. <ul> <li><code>mvn dependency:copy-dependencies "-DoutputDirectory=./lib"</code></li> @@ -352,9 +352,9 @@ </ul> </li> <li>Open CloudFilesPublish.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java">CloudFilesPublish.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java">CloudFilesPublish.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -419,9 +419,9 @@ Enable CDN Container </ul> </li> <li>Open CloudServersPublish.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java">CloudServersPublish.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java">CloudServersPublish.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -486,9 +486,9 @@ Create Server </ul> </li> <li>Open CreateVolumeAndAttach.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/CreateVolumeAndAttach.java">CreateVolumeAndAttach.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/CreateVolumeAndAttach.java">CreateVolumeAndAttach.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -558,9 +558,9 @@ List Volumes </ul> </li> <li>Open CreateLoadBalancerWithExistingServers.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithExistingServers.java">CreateLoadBalancerWithExistingServers.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithExistingServers.java">CreateLoadBalancerWithExistingServers.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -620,9 +620,9 @@ Create Cloud Load Balancer </ul> </li> <li>Open CreateInstance.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/CreateInstance.java">CreateInstance.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/CreateInstance.java">CreateInstance.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -637,7 +637,7 @@ java -classpath ".:lib/*" org.jclouds.ex <h3><a id="databases-advanced"></a>Advanced work with Cloud Databases</h3> -<p>In addition to the create database instance example, by going through the clouddatabases example code, you will learn to create instances, databases, and database users as well as delete and modify them. You will also learn how to set up and access a database from the public internet over JDBC. You can find the examples documentation in the <a href="https://github.com/jclouds/jclouds-examples/tree/master/rackspace">Rackspace examples</a>.</p> +<p>In addition to the create database instance example, by going through the clouddatabases example code, you will learn to create instances, databases, and database users as well as delete and modify them. You will also learn how to set up and access a database from the public internet over JDBC. You can find the examples documentation in the <a href="https://github.com/apache/jclouds-examples/tree/master/rackspace">Rackspace examples</a>.</p> <h2><a id="autoscale"></a>Working with Cloud Auto Scale</h2> @@ -684,9 +684,9 @@ java -classpath ".:lib/*" org.jclouds.ex </ul> </li> <li>Open CreatePolicy.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/CreatePolicy.java">CreatePolicy.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/CreatePolicy.java">CreatePolicy.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -702,7 +702,7 @@ java -classpath ".:lib/*" org.jclouds.ex <h3><a id="autoscale-advanced"></a>Advanced work with Auto Scale</h3> -<p>In addition to the CreatePolicy example, by going through the Auto Scale example code, you will learn to create and execute webhooks, and delete and modify groups, policies, and webhooks. You can find the examples documentation in the <a href="https://github.com/jclouds/jclouds-examples/tree/master/rackspace">Rackspace examples</a>.</p> +<p>In addition to the CreatePolicy example, by going through the Auto Scale example code, you will learn to create and execute webhooks, and delete and modify groups, policies, and webhooks. You can find the examples documentation in the <a href="https://github.com/apache/jclouds-examples/tree/master/rackspace">Rackspace examples</a>.</p> <h2><a id="queues"></a>Working with Cloud Queues</h2> @@ -749,9 +749,9 @@ java -classpath ".:lib/*" org.jclouds.ex </ul> </li> <li>Open ProducerConsumer.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/ProducerConsumer.java">ProducerConsumer.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/ProducerConsumer.java">ProducerConsumer.java</a>, read it over, and copy the code into your file.</li> <li>Open Constants.java for editing.</li> -<li>Go to the example code <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> +<li>Go to the example code <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/Constants.java">Constants.java</a>, read it over, and copy the code into your file.</li> </ol> @@ -810,8 +810,8 @@ Producer Consumer <h2><a id="next"></a>Next Steps</h2> <ol> -<li>Try the rest of the <a href="https://github.com/jclouds/jclouds-examples/tree/master/rackspace#the-examples">Rackspace examples</a> and the <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/Logging.java">Logging example</a>.</li> -<li>When you're ready to publish some web pages on the internet, try the <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java">CloudFilesPublish.java</a>, <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java">CloudServersPublish.java</a>, or <a href="https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithNewServers.java">CreateLoadBalancerWithNewServers.java</a> examples.</li> +<li>Try the rest of the <a href="https://github.com/apache/jclouds-examples/tree/master/rackspace#the-examples">Rackspace examples</a> and the <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/Logging.java">Logging example</a>.</li> +<li>When you're ready to publish some web pages on the internet, try the <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java">CloudFilesPublish.java</a>, <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java">CloudServersPublish.java</a>, or <a href="https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithNewServers.java">CreateLoadBalancerWithNewServers.java</a> examples.</li> <li>Change the examples to do different things that you want to do.</li> <li>After running some examples, compare the output with what you see in the <a href="https://mycloud.rackspace.com/">Cloud Control Panel</a>.</li> <li>Join the <a href="/community/">jclouds community</a> as either a developer or user.</li> @@ -862,7 +862,7 @@ Producer Consumer </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/rackspace.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/rackspace.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/guides/softlayer/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/softlayer/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/guides/softlayer/index.html (original) +++ jclouds/site-content/guides/softlayer/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -345,7 +345,7 @@ The url will show something like <code>h </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/guides/softlayer.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/guides/softlayer.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/index.html (original) +++ jclouds/site-content/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -183,7 +183,7 @@ <span class="glyphicon glyphicon-download"></span> Install </a> - <a class="btn btn-warning btn-large" href="https://github.com/jclouds/jclouds"> + <a class="btn btn-warning btn-large" href="https://github.com/apache/jclouds"> <span class="glyphicon glyphicon-cog"></span> Source </a> @@ -356,7 +356,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/news/gsoc2014/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/news/gsoc2014/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/news/gsoc2014/index.html (original) +++ jclouds/site-content/news/gsoc2014/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -230,7 +230,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/news/00-gsoc2014.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/news/00-gsoc2014.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/configuration/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/configuration/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/configuration/index.html (original) +++ jclouds/site-content/reference/configuration/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -228,7 +228,7 @@ Throwing exceptions is only appropriate </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/configuration.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/configuration.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/javadoc/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/javadoc/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/javadoc/index.html (original) +++ jclouds/site-content/reference/javadoc/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -192,7 +192,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/javadoc/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/javadoc/index.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/logging/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/logging/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/logging/index.html (original) +++ jclouds/site-content/reference/logging/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -369,7 +369,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/logging.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/logging.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/providers/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/providers/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/providers/index.html (original) +++ jclouds/site-content/reference/providers/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -553,7 +553,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/providers.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/providers.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/report-a-bug/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/report-a-bug/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/report-a-bug/index.html (original) +++ jclouds/site-content/reference/report-a-bug/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -239,7 +239,7 @@ Please remember to <strong>remove all cr </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/report-a-bug.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/report-a-bug.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/reference/troubleshooting/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/reference/troubleshooting/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/reference/troubleshooting/index.html (original) +++ jclouds/site-content/reference/troubleshooting/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -209,7 +209,7 @@ <h3><a id="source"></a>Source Code</h3> -<p>Having a look a the source code will tell you exactly what jclouds is doing. The source code can be viewed directly on <a href="https://github.com/jclouds/jclouds">GitHub</a> or <a href="http://www.apache.org/dyn/closer.cgi/jclouds">downloaded</a> from an ASF mirror repository.</p> +<p>Having a look a the source code will tell you exactly what jclouds is doing. The source code can be viewed directly on <a href="https://github.com/apache/jclouds">GitHub</a> or <a href="http://www.apache.org/dyn/closer.cgi/jclouds">downloaded</a> from an ASF mirror repository.</p> <h2><a id="specfic"></a>Specific Solutions</h2> @@ -273,7 +273,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/reference/troubleshooting.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/reference/troubleshooting.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.1.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.0/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.1.0/index.html (original) +++ jclouds/site-content/releasenotes/1.1.0/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -647,7 +647,7 @@ Also, if you are interested in contribut </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.1.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.1.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.1.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.1.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.1.1/index.html (original) +++ jclouds/site-content/releasenotes/1.1.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -203,7 +203,7 @@ Many thanks to Andrew Phillips for worki </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.1.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.1.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.2.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2.2/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.2.2/index.html (original) +++ jclouds/site-content/releasenotes/1.2.2/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -236,7 +236,7 @@ Deprecated methods will be removed in th </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.2.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.2.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.2/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.2/index.html (original) +++ jclouds/site-content/releasenotes/1.2/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -708,7 +708,7 @@ Status of release 1.2.1 is tracked in <a </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.3.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.3.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.3.1/index.html (original) +++ jclouds/site-content/releasenotes/1.3.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -635,7 +635,7 @@ We have upgraded all of our dependencies </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.4.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.4.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.4.1/index.html (original) +++ jclouds/site-content/releasenotes/1.4.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -617,7 +617,7 @@ Thanks to everyone who contributed their </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.4.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.4.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.5-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5-tests/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.5-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.5-tests/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -998,7 +998,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.5-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.5-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.5/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.5/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.5/index.html (original) +++ jclouds/site-content/releasenotes/1.5/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -428,7 +428,7 @@ you would like to see, need assistance w </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.5.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.5.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6-tests/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.6-tests/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -775,7 +775,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.1/index.html (original) +++ jclouds/site-content/releasenotes/1.6.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -261,7 +261,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6.2-tests/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2-tests/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.2-tests/index.html (original) +++ jclouds/site-content/releasenotes/1.6.2-tests/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -279,7 +279,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6.2-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6.2-tests.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.2/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.2/index.html (original) +++ jclouds/site-content/releasenotes/1.6.2/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -226,7 +226,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6.3/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6.3/index.html (original) +++ jclouds/site-content/releasenotes/1.6.3/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -223,7 +223,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.6/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.6/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.6/index.html (original) +++ jclouds/site-content/releasenotes/1.6/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -269,7 +269,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.6.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.6.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.7.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.0/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.0/index.html (original) +++ jclouds/site-content/releasenotes/1.7.0/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -231,7 +231,7 @@ Guava 15.0 or earlier, or wait for jclou </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.7.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.7.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.7.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.1/index.html (original) +++ jclouds/site-content/releasenotes/1.7.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -258,7 +258,7 @@ Guava 15.0 or earlier, or wait for jclou </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.7.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.7.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.7.2/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.2/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.2/index.html (original) +++ jclouds/site-content/releasenotes/1.7.2/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -274,7 +274,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.7.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.7.2.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.7.3/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.7.3/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.7.3/index.html (original) +++ jclouds/site-content/releasenotes/1.7.3/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -273,7 +273,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.7.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.7.3.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.8.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.0/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.8.0/index.html (original) +++ jclouds/site-content/releasenotes/1.8.0/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -247,7 +247,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.8.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.8.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.8.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.8.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.8.1/index.html (original) +++ jclouds/site-content/releasenotes/1.8.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -260,7 +260,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.8.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.8.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.9.0/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.0/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.0/index.html (original) +++ jclouds/site-content/releasenotes/1.9.0/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -276,7 +276,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.9.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.9.0.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column"> Modified: jclouds/site-content/releasenotes/1.9.1/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/releasenotes/1.9.1/index.html?rev=1852857&r1=1852856&r2=1852857&view=diff ============================================================================== --- jclouds/site-content/releasenotes/1.9.1/index.html (original) +++ jclouds/site-content/releasenotes/1.9.1/index.html Sun Feb 3 22:37:24 2019 @@ -83,7 +83,7 @@ <li><a href="/start/concepts/">Core Concepts</a></li> <li><a href="/start/compute/">ComputeService</a></li> <li><a href="/start/blobstore/">BlobStore</a></li> - <li><a href="http://github.com/jclouds/jclouds-examples">Examples</a></li> + <li><a href="http://github.com/apache/jclouds-examples">Examples</a></li> </ul> </li> <li class="dropdown"> @@ -263,7 +263,7 @@ </div> <div class="col-md-2 column"> <p class="text-center"> - <a href="https://github.com/jclouds/jclouds-site/edit/master/releasenotes/1.9.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> + <a href="https://github.com/apache/jclouds-site/edit/master/releasenotes/1.9.1.md">Fix This Page</a><a class="text-primary" href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation"><sup>*</sup></a> </p> </div> <div class="col-md-2 column">
