summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:22:48 +0700
committerTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:22:48 +0700
commitf4d927c358e22e899396004590f381278fde10ba (patch)
tree89b48d0c99193504bd3aba4cbaa669e7a42d1112
parent6049be67c0f66bd2d15c7b52f77dd89ac4ec2e94 (diff)
downloadpython-novaclient-f4d927c358e22e899396004590f381278fde10ba.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: I2b4af1f3d89b775657e03b801ec84ef498ca24c8
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index acf6493a..15655512 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