summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalei <malei@maleideMacBook-Pro.local>2018-04-21 09:19:13 +0800
committermelissaml <ma.lei@99cloud.net>2018-04-21 09:21:32 +0800
commit68a9a4f8851cc7c5710ff1b5468bfb65974e3e9a (patch)
tree5b06c45b74510b413d1132245f6c884d12f7e04d
parent4ba1d970bcc654e82662957a702e4b777fc236c6 (diff)
downloadstevedore-68a9a4f8851cc7c5710ff1b5468bfb65974e3e9a.tar.gz
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: Ifc9114fd4b4d95f2ae0acd7e0a19d217786b1168
-rw-r--r--README.rst4
-rw-r--r--doc/source/install/index.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 9e7c14d..72aa696 100644
--- a/README.rst
+++ b/README.rst
@@ -3,11 +3,11 @@ stevedore -- Manage dynamic plugins for Python applications
===========================================================
.. image:: https://img.shields.io/pypi/v/stevedore.svg
- :target: https://pypi.python.org/pypi/stevedore/
+ :target: https://pypi.org/project/stevedore/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/stevedore.svg
- :target: https://pypi.python.org/pypi/stevedore/
+ :target: https://pypi.org/prpject/stevedore/
:alt: Downloads
.. image:: https://governance.openstack.org/tc/badges/stevedore.svg
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
index 9fdbaf1..29ca644 100644
--- a/doc/source/install/index.rst
+++ b/doc/source/install/index.rst
@@ -23,7 +23,7 @@ or::
$ sudo pip install stevedore
-.. _pip: http://pypi.python.org/pypi/pip
+.. _pip: http://pypi.org/project/pip
Download
========