You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/04 23:11:54 UTC

[5/6] libcloud git commit: Correct misplaced backtick in relative link

Correct misplaced backtick in relative link


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/36f6ff66
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/36f6ff66
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/36f6ff66

Branch: refs/heads/trunk
Commit: 36f6ff6682af3bdc3afad74f6d68086cf7d4acd3
Parents: 762d1b9
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 07:00:06 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/36f6ff66/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
----------------------------------------------------------------------
diff --git a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
index 7b4e2ca..eb19bc8 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see :doc:`Efficiently download multiple files using gevent`</storage/examples.html#efficiently-download-multiple-files-using-gevent>.
+For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html#efficiently-download-multiple-files-using-gevent>`.
 
 Using Libcloud with Twisted
 ---------------------------