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: I1cee400bc9dce4f02235e519833b05bb0f4e500d
This commit is contained in:
Tovin Seven 2018-04-20 17:12:43 +07:00
parent 3503cf687e
commit d1f241a410
2 changed files with 6 additions and 6 deletions

View File

@ -11,11 +11,11 @@ Oslo Messaging Library
======================
.. image:: https://img.shields.io/pypi/v/oslo.messaging.svg
:target: https://pypi.python.org/pypi/oslo.messaging/
:target: https://pypi.org/project/oslo.messaging/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.messaging.svg
:target: https://pypi.python.org/pypi/oslo.messaging/
:target: https://pypi.org/project/oslo.messaging/
:alt: Downloads
The Oslo messaging API supports RPC and notifications over a number of

View File

@ -219,12 +219,12 @@ library, Proton header files, and Pyngus must be installed.
Source packages for the `Pyngus client API`_ are available via PyPI.
.. _Pyngus client API: https://pypi.python.org/pypi/pyngus
.. _Pyngus client API: https://pypi.org/project/pyngus
Pyngus depends on the Proton Python bindings. Source packages for the
`Proton Python bindings`_ are also available via PyPI.
.. _Proton Python bindings: https://pypi.python.org/pypi/python-qpid-proton
.. _Proton Python bindings: https://pypi.org/project/python-qpid-proton
Since the AMQP 1.0 driver is an optional extension to Oslo.Messaging
these packages are not installed by default. Use the 'amqp1' extras
@ -641,8 +641,8 @@ PyPi
Packages for `Pyngus pypi`_ and the `Proton pypi`_ engine are available on Pypi.
.. _Pyngus pypi: https://pypi.python.org/pypi/pyngus
.. _Proton pypi: https://pypi.python.org/pypi/python-qpid-proton
.. _Pyngus pypi: https://pypi.org/project/pyngus
.. _Proton pypi: https://pypi.org/project/python-qpid-proton
RHEL and Fedora