Author: nacx
Date: Mon Jan 26 11:35:13 2015
New Revision: 1654770
URL: http://svn.apache.org/r1654770
Log:
Fixed broken link in blobstore.md
Modified:
jclouds/site-content/start/blobstore/index.html
Modified: jclouds/site-content/start/blobstore/index.html
URL:
http://svn.apache.org/viewvc/jclouds/site-content/start/blobstore/index.html?rev=1654770&r1=1654769&r2=1654770&view=diff
==============================================================================
--- jclouds/site-content/start/blobstore/index.html (original)
+++ jclouds/site-content/start/blobstore/index.html Mon Jan 26 11:35:13 2015
@@ -558,7 +558,7 @@ be fine. Note that in S3, you must calcu
chunked encoding.</p>
<p>Our integration tests ensure that we don't rebuffer in memory on upload:
-<a
href="http://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHtt%0ApCommandExecutorServiceIntegrationTest.java">testUploadBigFile</a>.</p>
+<a
href="http://github.com/jclouds/jclouds/blob/master/core/src/test/java/org/jclouds/http/BaseHttpCommandExecutorServiceIntegrationTest.java">testUploadBigFile</a>.</p>
<p>This is verified against all of our HTTP clients, conceding that it isn't
going to help limited
environments such as Google App Engine.</p>