Author: tomaz Date: Sun Nov 24 17:44:11 2013 New Revision: 1545019 URL: http://svn.apache.org/r1545019 Log: Point documentation links to readthedocs.
Modified:
libcloud/site/trunk/content/.htaccess
Modified: libcloud/site/trunk/content/.htaccess
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/.htaccess?rev=1545019&r1=1545018&r2=1545019&view=diff
==============================================================================
--- libcloud/site/trunk/content/.htaccess (original)
+++ libcloud/site/trunk/content/.htaccess Sun Nov 24 17:44:11 2013
@@ -1,19 +1,19 @@
# Redirect from old docs to new location
-Redirect 302 /docs/compute-overview.html
https://ci.apache.org/projects/libcloud/docs/compute/index.html
-Redirect 302 /docs/compute-base-api.html
https://ci.apache.org/projects/libcloud/docs/compute/api.html
-Redirect 302 /docs/compute-examples.html
https://ci.apache.org/projects/libcloud/docs/compute/examples.html
+Redirect 302 /docs/compute-overview.html
https://libcloud.readthedocs.org/en/latest/compute/index.html
+Redirect 302 /docs/compute-base-api.html
https://libcloud.readthedocs.org/en/latest/compute/api.html
+Redirect 302 /docs/compute-examples.html
https://libcloud.readthedocs.org/en/latest/compute/examples.html
-Redirect 302 /docs/storage-overview.html
https://ci.apache.org/projects/libcloud/docs/storage/index.html
-Redirect 302 /docs/storage-base-api.html
https://ci.apache.org/projects/libcloud/docs/storage/api.html
-Redirect 302 /docs/storage-examples.html
https://ci.apache.org/projects/libcloud/docs/storage/examples.html
+Redirect 302 /docs/storage-overview.html
https://libcloud.readthedocs.org/en/latest/storage/index.html
+Redirect 302 /docs/storage-base-api.html
https://libcloud.readthedocs.org/en/latest/storage/api.html
+Redirect 302 /docs/storage-examples.html
https://libcloud.readthedocs.org/en/latest/storage/examples.html
-Redirect 302 /docs/load-balancer-overview.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/index.html
-Redirect 302 /docs/load-balancer-base-api.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/examples.html
-Redirect 302 /docs/load-balancer-examples.html
https://ci.apache.org/projects/libcloud/docs/loadbalancer/api.html
+Redirect 302 /docs/load-balancer-overview.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/index.html
+Redirect 302 /docs/load-balancer-base-api.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/examples.html
+Redirect 302 /docs/load-balancer-examples.html
https://libcloud.readthedocs.org/en/latest/loadbalancer/api.html
-Redirect 302 /docs/dns-overview.html
https://ci.apache.org/projects/libcloud/docs/dns/index.html
-Redirect 302 /docs/dns-base-api.html
https://ci.apache.org/projects/libcloud/docs/dns/api.html
-Redirect 302 /docs/dns-examples.html
https://ci.apache.org/projects/libcloud/docs/dns/examples.html
+Redirect 302 /docs/dns-overview.html
https://libcloud.readthedocs.org/en/latest/dns/index.html
+Redirect 302 /docs/dns-base-api.html
https://libcloud.readthedocs.org/en/latest/dns/api.html
+Redirect 302 /docs/dns-examples.html
https://libcloud.readthedocs.org/en/latest/dns/examples.html
-Redirect 302 /docs https://ci.apache.org/projects/libcloud/docs
+Redirect 302 /docs https://libcloud.readthedocs.org/en/latest/
