You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2016/08/31 08:51:40 UTC

[5/5] jclouds-site git commit: Remove dead links to the old HEAD Javadoc site

Remove dead links to the old HEAD Javadoc site


Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/a31b6f94
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/a31b6f94
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/a31b6f94

Branch: refs/heads/master
Commit: a31b6f947c850a32045cbfc21d9445f86bd8baea
Parents: 1c03555
Author: Andrew Phillips <an...@apache.org>
Authored: Tue Aug 30 22:35:23 2016 -0400
Committer: Ignasi Barrera <na...@apache.org>
Committed: Wed Aug 31 10:49:47 2016 +0200

----------------------------------------------------------------------
 guides/rackspace.md | 5 +----
 start/blobstore.md  | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/a31b6f94/guides/rackspace.md
----------------------------------------------------------------------
diff --git a/guides/rackspace.md b/guides/rackspace.md
index 05b085a..1a299fa 100644
--- a/guides/rackspace.md
+++ b/guides/rackspace.md
@@ -281,7 +281,6 @@ Cloud Load Balancers works with the Rackspace layer in jclouds that is used to a
 You can access Cloud Databases with the jclouds openstack-trove API by specifying the rackspace clouddatabases providers "rackspace-clouddatabases-us" and "rackspace-clouddatabases-uk". The -us one can be used to access the United States regions, and the -uk one is for the United Kingdom regions. The examples use the -us provider, but the providers are interchangeable (but regions will differ).
 
 1. The Rackspace compatible API for Cloud Databases is org.jclouds.openstack.trove.v1.TroveApi - All other APIs for working with Cloud Databases are accessible via the TroveApi.
-1. You can find these APIs in the latest [Javadoc](http://javadocs-labs-openstack.jclouds.cloudbees.net/).
 
 ### <a id="databases-source"></a>The Source Code
 
@@ -321,8 +320,7 @@ In addition to the create database instance example, by going through the cloudd
 
 You can access Cloud Auto Scale with the jclouds rackspace-autoscale API by specifying the Auto Scale provider "rackspace-autoscale-us". There is no -uk provider at this time.
 
-1. The Rackspace compatible API for Auto Scale is org.jclouds.rackspace.autoscale.v1.AutoscaleApi - All other APIs for working with Auto Scale are accessible via the [AutoscaleApi](http://javadocs-labs-openstack.jclouds.cloudbees.net/org/jclouds/rackspace/autoscale/v1/AutoscaleApi.html).
-1. You can find these APIs in the latest [Javadoc](http://javadocs-labs-openstack.jclouds.cloudbees.net/).
+1. The Rackspace compatible API for Auto Scale is org.jclouds.rackspace.autoscale.v1.AutoscaleApi - All other APIs for working with Auto Scale are accessible via the [AutoscaleApi](http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/rackspace/autoscale/v1/AutoscaleApi.html).
 
 ### <a id="autoscale-source"></a>The Source Code
 
@@ -364,7 +362,6 @@ In addition to the CreatePolicy example, by going through the Auto Scale example
 Cloud Queues works with the OpenStack layer in jclouds that is used to access features common to all OpenStack Marconi queuing systems.
 
 1. The OpenStack API for Cloud Queues is the org.jclouds.openstack.marconi.v1.MarconiApi. All other APIs for working with queues are accessible via the MarconiApi.
-1. You can find these APIs in the latest [Javadoc](http://javadocs-labs-openstack.jclouds.cloudbees.net).
 
 ### <a id="queues-source"></a>The Source Code
 

http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/a31b6f94/start/blobstore.md
----------------------------------------------------------------------
diff --git a/start/blobstore.md b/start/blobstore.md
index 9063203..719d339 100644
--- a/start/blobstore.md
+++ b/start/blobstore.md
@@ -153,7 +153,7 @@ context.close();
 {% endhighlight %}
 
 There are many options available for creating a `Context`.  Please see the
-[ContextBuilder](http://javadocs.jclouds.cloudbees.net/org/jclouds/ContextBuilder.html) Javadocs for
+[ContextBuilder](http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/ContextBuilder.html) Javadocs for
 a detailed description.