Repository: jclouds-site Updated Branches: refs/heads/fix-head-javadoc [created] 83e321b0a
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/83e321b0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/83e321b0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/83e321b0 Branch: refs/heads/fix-head-javadoc Commit: 83e321b0a86798349bf798704f1bc818b6e5a62c Parents: 46d8da3 Author: Andrew Phillips <[email protected]> Authored: Tue Aug 30 22:35:23 2016 -0400 Committer: Andrew Phillips <[email protected]> Committed: Tue Aug 30 22:35:23 2016 -0400 ---------------------------------------------------------------------- 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/83e321b0/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/83e321b0/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.
