summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 12:05:18 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 12:05:18 +0800
commit40645e19a7036f8e7b1e5d7d1a37a5ef874cfc4c (patch)
tree245a3519e10a3282a3c15a79723628802920e5a0 /doc
parentbff488d43504f4a45025c8f3f41597a45ccff83c (diff)
downloadtaskflow-40645e19a7036f8e7b1e5d7d1a37a5ef874cfc4c.tar.gz
Update URLs in documents according to document migration
Change-Id: I9ca92fdcec388e02462332e04fe7c1bf8b5f64b8
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/engines.rst2
-rw-r--r--doc/source/user/jobs.rst2
-rw-r--r--doc/source/user/persistence.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/user/engines.rst b/doc/source/user/engines.rst
index aef0c0d..4362b9a 100644
--- a/doc/source/user/engines.rst
+++ b/doc/source/user/engines.rst
@@ -466,7 +466,7 @@ Hierarchy
taskflow.engines.worker_based.engine.WorkerBasedActionEngine
:parts: 1
-.. _automaton: http://docs.openstack.org/developer/automaton/
+.. _automaton: https://docs.openstack.org/automaton/latest/
.. _multiprocessing: https://docs.python.org/2/library/multiprocessing.html
.. _future: https://docs.python.org/dev/library/concurrent.futures.html#future-objects
.. _executor: https://docs.python.org/dev/library/concurrent.futures.html#concurrent.futures.Executor
diff --git a/doc/source/user/jobs.rst b/doc/source/user/jobs.rst
index c3a1f08..6a4dc2d 100644
--- a/doc/source/user/jobs.rst
+++ b/doc/source/user/jobs.rst
@@ -368,5 +368,5 @@ Hierarchy
.. _paradigm shift: https://wiki.openstack.org/wiki/TaskFlow/Paradigm_shifts#Workflow_ownership_transfer
.. _zookeeper: http://zookeeper.apache.org/
.. _kazoo: http://kazoo.readthedocs.org/
-.. _stevedore: http://docs.openstack.org/developer/stevedore/
+.. _stevedore: https://docs.openstack.org/stevedore/latest
.. _redis: http://redis.io/
diff --git a/doc/source/user/persistence.rst b/doc/source/user/persistence.rst
index 905ff74..0f8dc93 100644
--- a/doc/source/user/persistence.rst
+++ b/doc/source/user/persistence.rst
@@ -31,7 +31,7 @@ This abstraction serves the following *major* purposes:
vs. stop.
* *Something you create...*
-.. _stevedore: http://docs.openstack.org/developer/stevedore/
+.. _stevedore: https://docs.openstack.org/stevedore/latest/
How it is used
==============