summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-04-21 02:41:56 +0000
committerGerrit Code Review <review@openstack.org>2018-04-21 02:41:56 +0000
commit1243092d95a2979093552d9b39f02e8d8473e3ea (patch)
treeaba0db5d6b7c741c80e03d906414ff49e4d90772
parentf4948aec9d11064570b2a4e43adac49888e8f122 (diff)
parente5aec26fb8d4229faaa001bff1568dec495fe5b9 (diff)
downloadtaskflow-1243092d95a2979093552d9b39f02e8d8473e3ea.tar.gz
Merge "Trivial: Update pypi url to new url"
-rw-r--r--README.rst4
-rw-r--r--doc/source/user/engines.rst2
-rwxr-xr-xtools/clear_zk.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 7722a1e..63d9d75 100644
--- a/README.rst
+++ b/README.rst
@@ -11,11 +11,11 @@ TaskFlow
========
.. image:: https://img.shields.io/pypi/v/taskflow.svg
- :target: https://pypi.python.org/pypi/taskflow/
+ :target: https://pypi.org/project/taskflow/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/taskflow.svg
- :target: https://pypi.python.org/pypi/taskflow/
+ :target: https://pypi.org/project/taskflow/
:alt: Downloads
A library to do [jobs, tasks, flows] in a highly available, easy to understand
diff --git a/doc/source/user/engines.rst b/doc/source/user/engines.rst
index 4362b9a..ec939e5 100644
--- a/doc/source/user/engines.rst
+++ b/doc/source/user/engines.rst
@@ -471,5 +471,5 @@ Hierarchy
.. _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
.. _networkx: https://networkx.github.io/
-.. _futures backport: https://pypi.python.org/pypi/futures
+.. _futures backport: https://pypi.org/project/futures
.. _process pool executor: https://docs.python.org/dev/library/concurrent.futures.html#processpoolexecutor
diff --git a/tools/clear_zk.sh b/tools/clear_zk.sh
index e6dde4b..734056b 100755
--- a/tools/clear_zk.sh
+++ b/tools/clear_zk.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# This requires https://pypi.python.org/pypi/zk_shell/ to be installed...
+# This requires https://pypi.org/project/zk_shell/ to be installed...
set -e