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: Ic3dd7d69451fe7f3dee0f65ed71f55c330722065
This commit is contained in:
melissaml 2018-04-21 12:17:43 +08:00
parent 6d8da4cdb9
commit 2a12533a02
2 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@ Team and repository tags
==================================================
.. image:: https://img.shields.io/pypi/v/oslo.i18n.svg
:target: https://pypi.python.org/pypi/oslo.i18n/
:target: https://pypi.org/project/oslo.i18n/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg
:target: https://pypi.python.org/pypi/oslo.i18n/
:target: https://pypi.org/project/oslo.i18n/
:alt: Downloads
The oslo.i18n library contain utilities for working with

View File

@ -167,7 +167,7 @@ For example::
[hacking]
import_exceptions = myapp._i18n
.. _hacking: https://pypi.python.org/pypi/hacking
.. _hacking: https://pypi.org/project/hacking
.. _lazy-translation: