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/05 07:38:05 UTC

[15/22] libcloud git commit: Simplify link by removing troublesome anchor

Simplify link by removing troublesome anchor


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

Branch: refs/heads/trunk
Commit: ed85d1b9a34d1ad215ddd62e8b2971937cb563ac
Parents: 4b07e48
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 08:39:08 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 18:37:02 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/ed85d1b9/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 0b2fd62..7a25c93 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>`.
 
 Using Libcloud with Twisted
 ---------------------------