summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:18:17 +0700
committerTovin Seven <vinhnt@vn.fujitsu.com>2018-04-20 17:18:17 +0700
commit730cdcb59d216e6bfb0baf388c55a59dce73ccde (patch)
treef7a64a525a08dc02e8ee619c034f352478d86180 /README.rst
parent94aa58e89e9c86eb29c482c4ca8f40a29033f3f2 (diff)
downloadpython-glanceclient-730cdcb59d216e6bfb0baf388c55a59dce73ccde.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: I633a8efb61d6b990f77acf3d6e7d1532f73d4278
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a438d6d..d3626b5 100644
--- a/README.rst
+++ b/README.rst
@@ -22,11 +22,11 @@ Python bindings to the OpenStack Images API
===========================================
.. image:: https://img.shields.io/pypi/v/python-glanceclient.svg
- :target: https://pypi.python.org/pypi/python-glanceclient/
+ :target: https://pypi.org/project/python-glanceclient/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-glanceclient.svg
- :target: https://pypi.python.org/pypi/python-glanceclient/
+ :target: https://pypi.org/project/python-glanceclient/
:alt: Downloads
This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the ``glanceclient`` module) and a command-line tool (``glance``). This library fully supports the v1 Images API, while support for the v2 API is in progress.
@@ -45,7 +45,7 @@ See release notes and more at `<http://docs.openstack.org/python-glanceclient/>`
* `Specs`_
* `How to Contribute`_
-.. _PyPi: https://pypi.python.org/pypi/python-glanceclient
+.. _PyPi: https://pypi.org/project/python-glanceclient
.. _Online Documentation: https://docs.openstack.org/python-glanceclient/latest/
.. _Launchpad project: https://launchpad.net/python-glanceclient
.. _Blueprints: https://blueprints.launchpad.net/python-glanceclient