From 20a2f2ffdc107d5f724da8bbbf986fa401a0361e Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 20 Apr 2018 17:20:18 +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: I5d7b250d0281883b91e80c83fd0af352b8846b43 --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5a9b7d0..deef83c 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ Python bindings to the OpenStack Identity API (Keystone) ======================================================== .. image:: https://img.shields.io/pypi/v/python-keystoneclient.svg - :target: https://pypi.python.org/pypi/python-keystoneclient/ + :target: https://pypi.org/project/python-keystoneclient/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/python-keystoneclient.svg - :target: https://pypi.python.org/pypi/python-keystoneclient/ + :target: https://pypi.org/project/python-keystoneclient/ :alt: Downloads This is a client for the OpenStack Identity API, implemented by the Keystone @@ -32,13 +32,13 @@ OpenStack's Identity Service. For command line interface support, use * `Specs`_ * `How to Contribute`_ -.. _PyPi: https://pypi.python.org/pypi/python-keystoneclient +.. _PyPi: https://pypi.org/project/python-keystoneclient .. _Online Documentation: https://docs.openstack.org/python-keystoneclient/latest/ .. _Launchpad project: https://launchpad.net/python-keystoneclient .. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient .. _Bugs: https://bugs.launchpad.net/python-keystoneclient .. _Source: https://git.openstack.org/cgit/openstack/python-keystoneclient -.. _OpenStackClient: https://pypi.python.org/pypi/python-openstackclient +.. _OpenStackClient: https://pypi.org/project/python-openstackclient .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html .. _Specs: https://specs.openstack.org/openstack/keystone-specs/ -- cgit v1.2.1