docs: Update index page - make it more clear that CDN functionality is available through the object storage API.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/88c833c2 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/88c833c2 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/88c833c2 Branch: refs/heads/trunk Commit: 88c833c20b4b551ebd509be05e5077de73323cfe Parents: 53bc9a2 Author: Tomaz Muraus <[email protected]> Authored: Sat Sep 21 02:12:30 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Sep 21 02:12:30 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/88c833c2/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 66587dc..414a8ce 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,7 +20,7 @@ Resource you can manage with Libcloud are divided in the following categories: * :doc:`Cloud Servers and Block Storage </compute/index>` - services such as Amazon EC2 and RackSpace CloudServers -* :doc:`Cloud Object Storage </storage/index>` - services such as Amazon S3 and +* :doc:`Cloud Object Storage and CDN </storage/index>` - services such as Amazon S3 and Rackspace CloudFiles * :doc:`Load Balancers as a Service </loadbalancer/index>` - services such as Amazon Elastic Load Balancer and GoGrid LoadBalancers * :doc:`DNS as a Service </dns/index>` - services such as Amazon Route 53 and Zerigo
