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
This commit is contained in:
malei 2018-04-21 09:19:13 +08:00 committed by melissaml
parent 4ba1d970bc
commit 68a9a4f885
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ or::
$ sudo pip install stevedore
.. _pip: http://pypi.python.org/pypi/pip
.. _pip: http://pypi.org/project/pip
Download
========