Author: tomaz
Date: Wed Jul 6 00:05:44 2011
New Revision: 792304
Log:
Publishing merge to libcloud site by tomaz
Modified:
websites/production/libcloud/ (props changed)
websites/production/libcloud/content/getting-started.html
Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jul 6 00:05:44 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-792301
+/websites/staging/libcloud/trunk:787380-792303
Modified: websites/production/libcloud/content/getting-started.html
==============================================================================
--- websites/production/libcloud/content/getting-started.html (original)
+++ websites/production/libcloud/content/getting-started.html Wed Jul 6
00:05:44 2011
@@ -89,7 +89,7 @@
<h2 id="api_reference_documentation">API Reference Documentation</h2>
-<p>Available at <a
href="http://ci.apache.org/projects/libcloud/apidocs/">http://ci.apache.org/projects/libcloud/apidocs/</a>.</p>
+<p>Available at <a
href="http://libcloud.apache.org/apidocs/">http://libcloud.apache.org/apidocs/</a>.</p>
<h2 id="example_connecting_with_a_driver">Example: Connecting with a
Driver</h2>
<div class="codehilite"><pre><span class="kn">from</span> <span
class="nn">libcloud.compute.types</span> <span class="kn">import</span> <span
class="n">Provider</span>
<span class="kn">from</span> <span
class="nn">libcloud.compute.providers</span> <span class="kn">import</span>
<span class="n">get_driver</span>