Skip to content

Commit

Permalink
Merge "Trivial: Update pypi url to new url"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Apr 21, 2018
2 parents f4948ae + e5aec26 commit 1243092
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user/engines.rst
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 1243092

Please sign in to comment.