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: I49bb581c87d28bebe9f251cec801eaf5b79606d7
This commit is contained in:
melissaml 2018-04-21 10:15:12 +08:00
parent bc0e25bd0a
commit 3c4006313c
2 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ Python bindings to the Designate API
=====================================
.. image:: https://img.shields.io/pypi/v/python-designateclient.svg
:target: https://pypi.python.org/pypi/python-designateclient/
:target: https://pypi.org/project/python-designateclient/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/python-designateclient.svg
:target: https://pypi.python.org/pypi/python-designateclient/
:target: https://pypi.org/project/python-designateclient/
:alt: Downloads
This is a client library for Designate built on the Designate API. It
@ -35,7 +35,7 @@ See release notes and more at `<https://docs.openstack.org/python-designateclien
* `Source`_
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-designateclient
.. _PyPi: https://pypi.org/project/python-designateclient
.. _Online Documentation: https://docs.openstack.org/python-designateclient/latest/
.. _Bugs: https://bugs.launchpad.net/python-designateclient
.. _Source: https://git.openstack.org/cgit/openstack/python-designateclient

View File

@ -42,4 +42,4 @@ step. You can find out more about `Development Mode`_
python setup.py develop
.. _Development Mode: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
.. _PyPI: https://pypi.python.org/pypi/python-designateclient/
.. _PyPI: https://pypi.org/project/python-designateclient/