You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2014/10/21 04:49:10 UTC

svn commit: r1633269 - /jclouds/site-content/guides/aws/index.html

Author: everett
Date: Tue Oct 21 02:49:10 2014
New Revision: 1633269

URL: http://svn.apache.org/r1633269
Log:
deploy jclouds site content

Modified:
    jclouds/site-content/guides/aws/index.html

Modified: jclouds/site-content/guides/aws/index.html
URL: http://svn.apache.org/viewvc/jclouds/site-content/guides/aws/index.html?rev=1633269&r1=1633268&r2=1633269&view=diff
==============================================================================
--- jclouds/site-content/guides/aws/index.html (original)
+++ jclouds/site-content/guides/aws/index.html Tue Oct 21 02:49:10 2014
@@ -156,8 +156,8 @@
 <li>Setup your project to include aws-ec2 and aws-s3.
 
 <ul>
-<li>Get the dependencies <code>org.jclouds.provider/aws-ec2</code> and <code>org.jclouds.provider/aws-s3</code> using jclouds <a href="/start/install">Installation</a>.</li>
-<li>In order to use the SshjSshClientModule and Log4JLoggingModule you have to get dependencies <code>org.jclouds.driver/jclouds-sshj</code> and <code>org.jclouds.driver/jclouds-sl4j</code>.</li>
+<li>Get the dependencies <code>org.apache.jclouds.provider/aws-ec2</code> and <code>org.apache.jclouds.provider/aws-s3</code> using jclouds <a href="/start/install">Installation</a>.</li>
+<li>In order to use the SshjSshClientModule and Log4JLoggingModule you have to get dependencies <code>org.apache.jclouds.driver/jclouds-sshj</code> and <code>org.apache.jclouds.driver/jclouds-sl4j</code>.</li>
 </ul>
 </li>
 <li>Start coding</li>