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:
parent
6d8da4cdb9
commit
2a12533a02
@ -12,11 +12,11 @@ Team and repository tags
|
|||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/oslo.i18n.svg
|
.. 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
|
:alt: Latest Version
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/dm/oslo.i18n.svg
|
.. 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
|
:alt: Downloads
|
||||||
|
|
||||||
The oslo.i18n library contain utilities for working with
|
The oslo.i18n library contain utilities for working with
|
||||||
|
@ -167,7 +167,7 @@ For example::
|
|||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = myapp._i18n
|
import_exceptions = myapp._i18n
|
||||||
|
|
||||||
.. _hacking: https://pypi.python.org/pypi/hacking
|
.. _hacking: https://pypi.org/project/hacking
|
||||||
|
|
||||||
.. _lazy-translation:
|
.. _lazy-translation:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user