From 730cdcb59d216e6bfb0baf388c55a59dce73ccde Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 20 Apr 2018 17:18:17 +0700 Subject: 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: I633a8efb61d6b990f77acf3d6e7d1532f73d4278 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') 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 `` * `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 -- cgit v1.2.1