summaryrefslogtreecommitdiff
path: root/taskflow
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-10-29 13:42:39 +0200
committerGevorg Davoian <gdavoian@mirantis.com>2016-11-03 14:18:01 +0000
commit569b5cd7e91d5e37ae292c4890254157f488bccb (patch)
tree06de318c3ea09ed02e9d2791458edd1241c28986 /taskflow
parent2f425af5de6e53e63db6f2915e439879f3a5b54b (diff)
downloadtaskflow-569b5cd7e91d5e37ae292c4890254157f488bccb.tar.gz
Fix broken link
http://docs.openstack.org/developer/taskflow/utils.html points to http://docs.openstack.org/developer/taskflow/kazoo.readthedocs.org/ - fix the broken URL. Change-Id: I6f6650cef94cea9d6f138925e5e8d2ed6ea177c3
Diffstat (limited to 'taskflow')
-rw-r--r--taskflow/utils/kazoo_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/utils/kazoo_utils.py b/taskflow/utils/kazoo_utils.py
index 4ca0eba..4485b5a 100644
--- a/taskflow/utils/kazoo_utils.py
+++ b/taskflow/utils/kazoo_utils.py
@@ -173,7 +173,7 @@ def make_client(conf):
based, but `gevent`_, or `eventlet`_ ones can be provided as needed)
.. _client: http://kazoo.readthedocs.org/en/latest/api/client.html
- .. _kazoo: kazoo.readthedocs.org/
+ .. _kazoo: http://kazoo.readthedocs.org/
.. _retry: http://kazoo.readthedocs.org/en/latest/api/retry.html
.. _gevent: http://kazoo.readthedocs.org/en/latest/api/\
handlers/gevent.html