Trivial: Update pypi url to new url
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I0c8a226317fa62658555cb9a18028f1516aeccfe
This commit is contained in:
parent
8c1fccf72e
commit
e5aec26fb8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user