summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:12:43 +0700
committerTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:12:43 +0700
commitd1f241a410f5af34cd55d3ce5ca40f7649ade17f (patch)
tree385efa0b560e35e10825a05aaab9b15d52c8160c
parent3503cf687e200fa98cf009a874c2f258a161f5a5 (diff)
downloadoslo-messaging-d1f241a410f5af34cd55d3ce5ca40f7649ade17f.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: I1cee400bc9dce4f02235e519833b05bb0f4e500d
-rw-r--r--README.rst4
-rw-r--r--doc/source/admin/AMQP1.0.rst8
2 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 8e122b7..5156285 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/doc/source/admin/AMQP1.0.rst b/doc/source/admin/AMQP1.0.rst
index fbe6907..9ef3adf 100644
--- a/doc/source/admin/AMQP1.0.rst
+++ b/doc/source/admin/AMQP1.0.rst
@@ -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