From f4d927c358e22e899396004590f381278fde10ba Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 20 Apr 2018 17:22:48 +0700 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I2b4af1f3d89b775657e03b801ec84ef498ca24c8 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index acf6493af..156555121 100644 --- a/README.rst +++ b/README.rst @@ -12,11 +12,11 @@ Python bindings to the OpenStack Compute API ============================================ .. image:: https://img.shields.io/pypi/v/python-novaclient.svg - :target: https://pypi.python.org/pypi/python-novaclient/ + :target: https://pypi.org/project/python-novaclient/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/python-novaclient.svg - :target: https://pypi.python.org/pypi/python-novaclient/ + :target: https://pypi.org/project/python-novaclient/ :alt: Downloads This is a client for the OpenStack Compute API. It provides a Python API (the @@ -33,7 +33,7 @@ This is a client for the OpenStack Compute API. It provides a Python API (the * `Specs`_ * `How to Contribute`_ -.. _PyPi: https://pypi.python.org/pypi/python-novaclient +.. _PyPi: https://pypi.org/project/python-novaclient .. _Online Documentation: https://docs.openstack.org/python-novaclient/latest .. _Launchpad project: https://launchpad.net/python-novaclient .. _Blueprints: https://blueprints.launchpad.net/python-novaclient