summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-04-21 12:17:43 +0800
committermelissaml <ma.lei@99cloud.net>2018-04-21 12:17:43 +0800
commit2a12533a0276699c160764562a5a28f8c9084dee (patch)
tree88e9a5678958491b02e244165e7c3c6cf538cd62
parent6d8da4cdb98218cf7770539aa37f55ef24416d5c (diff)
downloadoslo-i18n-2a12533a0276699c160764562a5a28f8c9084dee.tar.gz
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
-rw-r--r--README.rst4
-rw-r--r--doc/source/user/usage.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a50041f..8dd13f0 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst
index 5870eb3..b8a8a40 100644
--- a/doc/source/user/usage.rst
+++ b/doc/source/user/usage.rst
@@ -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: