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: Ia3cf07076ad2ecfbb7762a1ceb488f9ed880584d
This commit is contained in:
melissaml 2018-04-21 08:59:51 +08:00
parent 3787b1f9a7
commit 31919ae9cb
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@ python-barbicanclient
=====================
.. image:: https://img.shields.io/pypi/v/python-barbicanclient.svg
:target: https://pypi.python.org/pypi/python-barbicanclient/
:target: https://pypi.org/project/python-barbicanclient/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-barbicanclient.svg
:target: https://pypi.python.org/pypi/python-barbicanclient/
:target: https://pypi.org/project/python-barbicanclient/
:alt: Downloads
This is a client for the `Barbican <https://github.com/openstack/barbican>`__
@ -17,7 +17,7 @@ Installation
------------
The client is
`pip installable <https://pypi.python.org/pypi/python-barbicanclient>`__ as
`pip installable <https://pypi.org/project/python-barbicanclient>`__ as
follows:
.. code:: console
@ -203,7 +203,7 @@ usage options
* `Specs`_
* `Getting involved`_
.. _PyPi: https://pypi.python.org/pypi/python-barbicanclient/
.. _PyPi: https://pypi.org/project/python-barbicanclient/
.. _Online Documentation: https://docs.openstack.org/python-barbicanclient/latest/
.. _Launchpad project: https://launchpad.net/python-barbicanclient/
.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/