You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/06 19:26:24 UTC

svn commit: r941818 - /incubator/libcloud/site/getting-started.html

Author: pquerna
Date: Thu May  6 17:26:24 2010
New Revision: 941818

URL: http://svn.apache.org/viewvc?rev=941818&view=rev
Log:
Fix unclosed tag

Modified:
    incubator/libcloud/site/getting-started.html

Modified: incubator/libcloud/site/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/getting-started.html?rev=941818&r1=941817&r2=941818&view=diff
==============================================================================
--- incubator/libcloud/site/getting-started.html (original)
+++ incubator/libcloud/site/getting-started.html Thu May  6 17:26:24 2010
@@ -39,7 +39,7 @@
       <p>To install, cd into the libcloud directory, then run:</p>
       <code>tar -xvjf apache-libcloud-incubating-0.2.0.tar.bz2<br/>cd apache-libcloud-0.2.0<br/>sudo python setup.py install</code>
 
-      <h2>API Reference Documentation<h2>
+      <h2>API Reference Documentation</h2>
       <p><a href="http://ci.apache.org/projects/libcloud/apidocs/">Available here</a></p>
       
       <h2>Example: Connecting with a Driver</h2>