This is an automated email from the ASF dual-hosted git repository.

nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2620f63  Update links to point to the Apache org (#4)
2620f63 is described below

commit 2620f639e7852198c2353aa1cc2f78aefb297e83
Author: Ignasi Barrera <[email protected]>
AuthorDate: Sun Feb 3 23:27:48 2019 +0100

    Update links to point to the Apache org (#4)
---
 _includes/footer.html        |  2 +-
 _includes/navbar.html        |  2 +-
 _layouts/home.html           |  2 +-
 community/users.md           |  4 ++--
 guides/aws-ec2.md            |  2 +-
 guides/dimensiondata.md      |  6 +++---
 guides/go-grid.md            |  6 +++---
 guides/google.md             |  6 +++---
 guides/karaf.md              |  6 +++---
 guides/openstack.md          |  4 ++--
 guides/profitbricks.md       |  2 +-
 guides/rackspace.md          | 38 +++++++++++++++++++-------------------
 reference/logging.md         |  2 +-
 reference/troubleshooting.md |  2 +-
 start/blobstore.md           |  2 +-
 start/index.md               |  2 +-
 16 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index f068375..cb7cd59 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -13,7 +13,7 @@
         </div>
         <div class="col-md-2 column">
             <p class="text-center">
-                <a 
href="https://github.com/jclouds/jclouds-site/edit/master/{{ page.path }}">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/{{ 
page.path }}">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">
diff --git a/_includes/navbar.html b/_includes/navbar.html
index f76e483..fac502d 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -21,7 +21,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">
diff --git a/_layouts/home.html b/_layouts/home.html
index 430b748..96108f6 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -29,7 +29,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>
diff --git a/community/users.md b/community/users.md
index af9cf9b..6807fe5 100644
--- a/community/users.md
+++ b/community/users.md
@@ -41,7 +41,7 @@ We know folks from a good many places.  While this may just 
be a list of applica
     <td>Uses jclouds for cluster deployments in the cloud</td>
 </tr>
 <tr>
-    <td><a href="https://github.com/jclouds/jclouds-chef";>Chef 
integration</a></td>
+    <td><a href="https://github.com/apache/jclouds-chef";>Chef 
integration</a></td>
     <td>jclouds bootstraps nodes based on chef run-lists</td>
 </tr>
 <tr>
@@ -117,7 +117,7 @@ We know folks from a good many places.  While this may just 
be a list of applica
     <td>jclouds launches slaves for Jenkins on any supported cloud</td>
 </tr>
 <tr>
-    <td><a href="https://github.com/jclouds/jclouds-karaf";>Karaf 
Integration</a></td>
+    <td><a href="https://github.com/apache/jclouds-karaf";>Karaf 
Integration</a></td>
     <td>Provides managed service factories and command line support for easily 
creating and managing blobstore and compute as OSGi services</td>
 </tr>
 <tr>
diff --git a/guides/aws-ec2.md b/guides/aws-ec2.md
index 551f105..34b7584 100644
--- a/guides/aws-ec2.md
+++ b/guides/aws-ec2.md
@@ -405,7 +405,7 @@ With respect to the security group, jclouds creates a 
security group for you, wi
 
 The other way is the push your credentials into the credentials store so that 
jClouds uses it.
 
-When a keypair is automatically created, jclouds 
[puts](https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/compute/strategy/CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.java)
+When a keypair is automatically created, jclouds 
[puts](https://github.com/apache/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/compute/strategy/CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.java)
 the keypair into the Credentials Map. You can use the same option to put your 
credentials into the Credentials Map using the credentialStore
 
 {% highlight java %}
diff --git a/guides/dimensiondata.md b/guides/dimensiondata.md
index 6c398a1..cfdffcc 100644
--- a/guides/dimensiondata.md
+++ b/guides/dimensiondata.md
@@ -44,8 +44,8 @@ Upgrading to later versions is planned and in progress, see 
[here](https://issue
 
 Please follow the installation guide 
[here](https://jclouds.apache.org/start/install/).
 
-The Dimension Data CloudControl provider is currently available as part of the 
jclouds labs project [here](https://github.com/jclouds/jclouds-labs).
-The Dimension Data CloudControl provider examples project is currently 
available as part of jclouds examples 
[here](https://github.com/jclouds/jclouds-examples).
+The Dimension Data CloudControl provider is currently available as part of the 
jclouds labs project [here](https://github.com/apache/jclouds-labs).
+The Dimension Data CloudControl provider examples project is currently 
available as part of jclouds examples 
[here](https://github.com/apache/jclouds-examples).
 
 ### Authentication
 
@@ -241,7 +241,7 @@ api.getTagApi().applyTags(serverId, "SERVER", 
Collections.singletonList(TagInfo.
 The full set of `AssetTypes` are `SERVER`, `NETWORK_DOMAIN`, `VLAN`, 
`CUSTOMER_IMAGE`, `PUBLIC_IP_BLOCK` or `ACCOUNT`.
 
 ## <a id="examples"></a>Examples:
-See jclouds examples repository 
[here](https://github.com/jclouds/jclouds-examples/tree/master/dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol).
+See jclouds examples repository 
[here](https://github.com/apache/jclouds-examples/tree/master/dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol).
 
 ## <a id="support-and-feedback"></a>Support and Feedback
 Your feedback is welcome! If you have comments or questions regarding using 
Dimension Data CloudControl via jclouds, please reach out to us at [jclouds 
community](https://jclouds.apache.org/community/).
diff --git a/guides/go-grid.md b/guides/go-grid.md
index 9278110..da6bfbb 100644
--- a/guides/go-grid.md
+++ b/guides/go-grid.md
@@ -60,10 +60,10 @@ serverLatestJobCompleted.apply(createdServer); //blocks 
until the condition is m
 {% endhighlight %}
 
 Note that this predicate can be used for any type of server-related jobs (for 
load balancer-related jobs,
- please see [this 
predicate](https://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/predicates/LoadBalancerLatestJobCompleted.java)).
+ please see [this 
predicate](https://github.com/apache/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/predicates/LoadBalancerLatestJobCompleted.java)).
 Also, GoGrid will mark the server creation job finished when the OS is still 
booting up.
 
-To restart the server, or turn it off, a power command with 
[PowerCommand](https://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/domain/PowerCommand.java)
 enum may be used:
+To restart the server, or turn it off, a power command with 
[PowerCommand](https://github.com/apache/jclouds/blob/master/providers/gogrid/src/main/java/org/jclouds/gogrid/domain/PowerCommand.java)
 enum may be used:
 
 {% highlight java %}
 client.getServerServices().power(nameOfServer, PowerCommand.RESTART);
@@ -114,4 +114,4 @@ service.runNodesInGroup("testGroup", 1 /*number of 
instances*/, t);
 {% endhighlight %}
 
 For more information on using this abstraction, refer to
-the detailed [test 
case](http://github.com/jclouds/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java).
+the detailed [test 
case](http://github.com/apache/jclouds/blob/master/providers/gogrid/src/test/java/org/jclouds/gogrid/compute/GoGridComputeServiceLiveTest.java).
diff --git a/guides/google.md b/guides/google.md
index 81ceb92..3c72d63 100644
--- a/guides/google.md
+++ b/guides/google.md
@@ -12,7 +12,7 @@ Currently, [Google Compute 
Engine](https://developers.google.com/compute/) is co
 Working with the Google Cloud Platform requires a project. If you do not have 
a project yet, you can sign up via the [Developer 
Console](https://console.developers.google.com/). There is a free trial 
availible [here](https://cloud.google.com/free-trial/).
 
 ## <a id="examples"></a>Running examples
-A great starting point for using jclouds on GCE is to run the examples 
provided on [github](https://github.com/jclouds/jclouds-examples).
+A great starting point for using jclouds on GCE is to run the examples 
provided on [github](https://github.com/apache/jclouds-examples).
 
 Important Setup
 
@@ -21,7 +21,7 @@ Important Setup
   * Enable the Google Compute Engine API under APIs & auth > APIs
   * Create a service account under APIs & auth > Credentials > Create new 
Client ID and download the Json key. This is described more throughly below 
under Authentication.
 
-Once you have completed the setup, checkout the 
[jclouds-examples](https://github.com/jclouds/jclouds-examples) repository and 
look at either 
[compute-basic](https://github.com/jclouds/jclouds-examples/tree/master/compute-basics)
 for an example of using the compute service abstraction or 
[google-lb](https://github.com/jclouds/jclouds-examples/tree/master/google-lb) 
for an example of using the GCE api directly.
+Once you have completed the setup, checkout the 
[jclouds-examples](https://github.com/apache/jclouds-examples) repository and 
look at either 
[compute-basic](https://github.com/apache/jclouds-examples/tree/master/compute-basics)
 for an example of using the compute service abstraction or 
[google-lb](https://github.com/apache/jclouds-examples/tree/master/google-lb) 
for an example of using the GCE api directly.
 
 If you are having trouble feel free to [reach 
out](https://jclouds.apache.org/community/).
 
@@ -44,4 +44,4 @@ To create a new service account:
   * Details of the new service account will be displayed.
   * Download a JSON key for a service account by clicking Generate new JSON 
key. JSON keys are used for authentication when running jclouds on GCE. Make a 
note of the service account email address - this is the identity that goes with 
the key.
 
-If you are having trouble feel free to [reach 
out](https://jclouds.apache.org/community/).
\ No newline at end of file
+If you are having trouble feel free to [reach 
out](https://jclouds.apache.org/community/).
diff --git a/guides/karaf.md b/guides/karaf.md
index e428bef..9351e72 100644
--- a/guides/karaf.md
+++ b/guides/karaf.md
@@ -67,13 +67,13 @@ jclouds provides the following Karaf "features":
 
 ## Installation
 
-1. Get jclouds-karaf from the [jclouds-karaf 
repository](https://github.com/jclouds/jclouds-karaf) on GitHub.
+1. Get jclouds-karaf from the [jclouds-karaf 
repository](https://github.com/apache/jclouds-karaf) on GitHub.
 
 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.
 
 {% highlight sh %}
-git clone git://github.com/jclouds/jclouds-karaf.git
+git clone git://github.com/apache/jclouds-karaf.git
 cd jclouds-karaf
 mvn clean install
 {% endhighlight %}
@@ -109,7 +109,7 @@ can change dynamically, and they may be configured or 
reconfigured using the OSG
 The first step is to get and build the example:
 
 {% highlight text %}
-git clone https://[email protected]/jclouds/jclouds-examples.git
+git clone https://[email protected]/apache/jclouds-examples.git
 cd jclouds-examples/blobstore-karaf-shell
 mvn clean install
 {% endhighlight %}
diff --git a/guides/openstack.md b/guides/openstack.md
index a0df7db..aadb4f2 100644
--- a/guides/openstack.md
+++ b/guides/openstack.md
@@ -579,8 +579,8 @@ public JCloudsNova() {
 }
 {% endhighlight %}
 
-* Try using the `"openstack-cinder"` provider to list volumes (hint: see 
[VolumeAndSnapshotApiLiveTest.testListVolumes()](https://github.com/jclouds/jclouds/blob/master/apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/VolumeAndSnapshotApiLiveTest.java)).
-* Have a look at how the optional extensions are handled (hint: see 
[FloatingIPApiLiveTest.testListFloatingIPs()](https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApiLiveTest.java#L42)).
+* Try using the `"openstack-cinder"` provider to list volumes (hint: see 
[VolumeAndSnapshotApiLiveTest.testListVolumes()](https://github.com/apache/jclouds/blob/master/apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/VolumeAndSnapshotApiLiveTest.java)).
+* Have a look at how the optional extensions are handled (hint: see 
[FloatingIPApiLiveTest.testListFloatingIPs()](https://github.com/apache/jclouds/blob/master/apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/extensions/FloatingIPApiLiveTest.java#L42)).
 * Change the example to do different things that you want to do.
 * Browse the 
[Javadoc](http://demobox.github.com/jclouds-maven-site/latest/apidocs).
 * Join the [jclouds community](/community/) as either a developer or user.
diff --git a/guides/profitbricks.md b/guides/profitbricks.md
index e98dc99..fcd16d5 100644
--- a/guides/profitbricks.md
+++ b/guides/profitbricks.md
@@ -76,7 +76,7 @@ You should now have a directory with the following structure:
             *.jar
 ```
 
-The ProfitBricks provider is currently available as part of the jclouds labs 
project [here](https://github.com/jclouds/jclouds-labs).
+The ProfitBricks provider is currently available as part of the jclouds labs 
project [here](https://github.com/apache/jclouds-labs).
 
 
 ### Authentication
diff --git a/guides/rackspace.md b/guides/rackspace.md
index 1a299fa..844cbb8 100644
--- a/guides/rackspace.md
+++ b/guides/rackspace.md
@@ -39,7 +39,7 @@ This guide assumes you're familiar with Java and its 
technologies. To get starte
 1. Create a directory to try out jclouds.
     * `mkdir jclouds`
     * `cd jclouds`
-1. Make a local copy of this 
[pom.xml](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/pom.xml)
 file in the jclouds directory.
+1. Make a local copy of this 
[pom.xml](https://github.com/apache/jclouds-examples/blob/master/rackspace/pom.xml)
 file in the jclouds directory.
     * `mvn dependency:copy-dependencies "-DoutputDirectory=./lib"`
 1. You should now have a directory with the following structure:
     * `jclouds/`
@@ -123,9 +123,9 @@ Cloud Files works with a portable layer in jclouds that is 
used to access featur
             * `CloudFilesPublish.java`
             * `Constants.java`
 1. Open CloudFilesPublish.java for editing.
-1. Go to the example code 
[CloudFilesPublish.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CloudFilesPublish.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="files-compile"></a>Compile and Run
 
@@ -166,9 +166,9 @@ Cloud Servers works with a portable layer in jclouds that 
is used to access feat
             * `CloudServersPublish.java`
             * `Constants.java`
 1. Open CloudServersPublish.java for editing.
-1. Go to the example code 
[CloudServersPublish.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CloudServersPublish.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="servers-compile"></a>Compile and Run
 
@@ -209,9 +209,9 @@ Cloud Block Storage works with the OpenStack layer in 
jclouds that is used to ac
             * `CreateVolumeAndAttach.java`
             * `Constants.java`
 1. Open CreateVolumeAndAttach.java for editing.
-1. Go to the example code 
[CreateVolumeAndAttach.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/CreateVolumeAndAttach.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CreateVolumeAndAttach.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/CreateVolumeAndAttach.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudblockstorage/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="volumes-compile"></a>Compile and Run
 
@@ -257,9 +257,9 @@ Cloud Load Balancers works with the Rackspace layer in 
jclouds that is used to a
             * `CreateLoadBalancerWithExistingServers.java`
             * `Constants.java`
 1. Open CreateLoadBalancerWithExistingServers.java for editing.
-1. Go to the example code 
[CreateLoadBalancerWithExistingServers.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithExistingServers.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CreateLoadBalancerWithExistingServers.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/CreateLoadBalancerWithExistingServers.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudloadbalancers/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="loadbalancers-compile"></a>Compile and Run
 
@@ -295,9 +295,9 @@ You can access Cloud Databases with the jclouds 
openstack-trove API by specifyin
             * `CreateInstance.java`
             * `Constants.java`
 1. Open CreateInstance.java for editing.
-1. Go to the example code 
[CreateInstance.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/CreateInstance.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CreateInstance.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/CreateInstance.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/clouddatabases/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="databases-compile"></a>Compile and Run
 
@@ -309,7 +309,7 @@ Note: When providing a java classpath in Windows, the path 
separator is ';' inst
 
 ### <a id="databases-advanced"></a>Advanced work with Cloud Databases
 
-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 [Rackspace 
examples](https://github.com/jclouds/jclouds-examples/tree/master/rackspace).
+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 [Rackspace 
examples](https://github.com/apache/jclouds-examples/tree/master/rackspace).
 
 ## <a id="autoscale"></a>Working with Cloud Auto Scale
 ### <a id="autoscale-intro"></a>Introduction
@@ -335,9 +335,9 @@ You can access Cloud Auto Scale with the jclouds 
rackspace-autoscale API by spec
             * `CreatePolicy.java`
             * `Constants.java`
 1. Open CreatePolicy.java for editing.
-1. Go to the example code 
[CreatePolicy.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/CreatePolicy.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[CreatePolicy.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/CreatePolicy.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="autoscale-compile"></a>Compile and Run
 
@@ -350,7 +350,7 @@ Note: This uses the API key, not the password.
 
 ### <a id="autoscale-advanced"></a>Advanced work with Auto Scale
 
-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 [Rackspace 
examples](https://github.com/jclouds/jclouds-examples/tree/master/rackspace).
+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 [Rackspace 
examples](https://github.com/apache/jclouds-examples/tree/master/rackspace).
 
 ## <a id="queues"></a>Working with Cloud Queues
 ### <a id="queues-intro"></a>Introduction
@@ -376,9 +376,9 @@ Cloud Queues works with the OpenStack layer in jclouds that 
is used to access fe
             * `ProducerConsumer.java`
             * `Constants.java`
 1. Open ProducerConsumer.java for editing.
-1. Go to the example code 
[ProducerConsumer.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/ProducerConsumer.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[ProducerConsumer.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/ProducerConsumer.java),
 read it over, and copy the code into your file.
 1. Open Constants.java for editing.
-1. Go to the example code 
[Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/Constants.java),
 read it over, and copy the code into your file.
+1. Go to the example code 
[Constants.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudqueues/Constants.java),
 read it over, and copy the code into your file.
 
 ### <a id="queues-compile"></a>Compile and Run
 
@@ -434,8 +434,8 @@ public class MyJEEClass {
 
 ## <a id="next"></a>Next Steps
 
-1. Try the rest of the [Rackspace 
examples](https://github.com/jclouds/jclouds-examples/tree/master/rackspace#the-examples)
 and the [Logging 
example](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/Logging.java).
-1. When you're ready to publish some web pages on the internet, try the 
[CloudFilesPublish.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java),
 
[CloudServersPublish.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java),
 or [CreateLoadBalancerWithNewServers.java](https://github.com/jclouds/ [...]
+1. Try the rest of the [Rackspace 
examples](https://github.com/apache/jclouds-examples/tree/master/rackspace#the-examples)
 and the [Logging 
example](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/Logging.java).
+1. When you're ready to publish some web pages on the internet, try the 
[CloudFilesPublish.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudfiles/CloudFilesPublish.java),
 
[CloudServersPublish.java](https://github.com/apache/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/cloudservers/CloudServersPublish.java),
 or [CreateLoadBalancerWithNewServers.java](https://github.com/apache/jcl [...]
 1. Change the examples to do different things that you want to do.
 1. After running some examples, compare the output with what you see in the 
[Cloud Control Panel](https://mycloud.rackspace.com/).
 1. Join the [jclouds community](/community/) as either a developer or user.
diff --git a/reference/logging.md b/reference/logging.md
index 4284c27..a5cd3c7 100644
--- a/reference/logging.md
+++ b/reference/logging.md
@@ -178,4 +178,4 @@ MyApi myApi = ContextBuilder.newBuilder("my-cloud-provider")
     .buildApi(MyApi.class);
 {% endhighlight %}
 
-When you make requests to an API through Charles, you'll see that all 
request/response information has been captured in one of it's sessions.
\ No newline at end of file
+When you make requests to an API through Charles, you'll see that all 
request/response information has been captured in one of it's sessions.
diff --git a/reference/troubleshooting.md b/reference/troubleshooting.md
index 5b939a3..d199863 100644
--- a/reference/troubleshooting.md
+++ b/reference/troubleshooting.md
@@ -36,7 +36,7 @@ If you're using Java 8, you can use the 
[jdeps](http://docs.oracle.com/javase/8/
 
 ### <a id="source"></a>Source Code
 
-Having a look a the source code will tell you exactly what jclouds is doing. 
The source code can be viewed directly on 
[GitHub](https://github.com/jclouds/jclouds) or 
[downloaded](http://www.apache.org/dyn/closer.cgi/jclouds) from an ASF mirror 
repository.
+Having a look a the source code will tell you exactly what jclouds is doing. 
The source code can be viewed directly on 
[GitHub](https://github.com/apache/jclouds) or 
[downloaded](http://www.apache.org/dyn/closer.cgi/jclouds) from an ASF mirror 
repository.
 
 ## <a id="specfic"></a>Specific Solutions
 
diff --git a/start/blobstore.md b/start/blobstore.md
index de51156..f5731dd 100644
--- a/start/blobstore.md
+++ b/start/blobstore.md
@@ -400,7 +400,7 @@ It is usually better to use a repeatable payload like 
`ByteSource` instead of `I
 since this allows parallel uploads and retrying on errors.
 
 Our integration tests ensure that we don't rebuffer in memory on upload: 
-[testUploadBigFile](http://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHttpCommandExecutorServiceIntegrationTest.java).
+[testUploadBigFile](http://github.com/apache/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHttpCommandExecutorServiceIntegrationTest.java).
 
 This is verified against all of our HTTP clients, conceding that it isn't 
going to help limited
 environments such as Google App Engine.
diff --git a/start/index.md b/start/index.md
index a4e8fd6..a009a60 100644
--- a/start/index.md
+++ b/start/index.md
@@ -32,7 +32,7 @@ title: Getting Started with Apache jclouds&reg;
 </tr>
 <tr>
     <td><span class="glyphicon glyphicon-book text-primary"></span>
-    &nbsp;<a href="https://github.com/jclouds/jclouds-examples";>jclouds 
Examples</a></td>
+    &nbsp;<a href="https://github.com/apache/jclouds-examples";>jclouds 
Examples</a></td>
     <td>See examples of jclouds in action.</td>
 </tr>
 </tbody>

Reply via email to