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: I2adaf3cb736688ebac09694616d92173654a1963
This commit is contained in:
melissaml 2018-04-21 12:06:23 +08:00
parent 3d1216ab30
commit 820c51b9fd
2 changed files with 4 additions and 4 deletions

View File

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

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-tatuclient/
.. _PyPI: https://pypi.org/project/python-tatuclient/