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/05 04:15:28 UTC

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

Author: pquerna
Date: Wed May  5 02:15:28 2010
New Revision: 941136

URL: http://svn.apache.org/viewvc?rev=941136&view=rev
Log:
add link to downloads page

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=941136&r1=941135&r2=941136&view=diff
==============================================================================
--- incubator/libcloud/site/getting-started.html (original)
+++ incubator/libcloud/site/getting-started.html Wed May  5 02:15:28 2010
@@ -34,7 +34,7 @@
     <div id="main" class="span-16 last">
 
       <h2>Installation</h2>
-      <p>libcloud's current release is 0.2.0, and can be downloaded:</p>
+      <p>libcloud's current release is 0.2.0, and can be <a href="downloads.html">downloaded</a>:</p>
       <code>wget http://www.apache.org/dist/incubator/libcloud/apache-libcloud-incubating-0.2.0.tar.bz2</code>
       <p>To install, cd into the libcloud directory, then run:</p>
       <code>tar -xvjf apache-libcloud-0.2.0.tar.bz2<br/>cd apache-libcloud-incubating-0.2.0<br/>sudo python setup.py install</code>