From 3eb6dc33cdecb1eb82503e7311e2e28acae7269a Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 06:43:05 +0800 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: I019565d700909c1c92049244b5228629ef8b86f0 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ebef9aa0a..70d86feec 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ Python bindings to the OpenStack Manila API =========================================== .. image:: https://img.shields.io/pypi/v/python-manilaclient.svg - :target: https://pypi.python.org/pypi/python-manilaclient/ + :target: https://pypi.org/project/python-manilaclient/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/python-manilaclient.svg - :target: https://pypi.python.org/pypi/python-manilaclient/ + :target: https://pypi.org/project/python-manilaclient/ :alt: Downloads This is a client for the OpenStack Manila API. There's a Python API (the @@ -98,7 +98,7 @@ Quick-start using keystone:: * `Source`_ * `How to Contribute`_ -.. _PyPi: https://pypi.python.org/pypi/python-manilaclient +.. _PyPi: https://pypi.org/project/python-manilaclient .. _Online Documentation: https://docs.openstack.org/python-manilaclient/latest/ .. _Launchpad project: https://launchpad.net/python-manilaclient .. _Blueprints: https://blueprints.launchpad.net/python-manilaclient