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: I53bfd078ba2a47a5744c2ebf1354d06ad6438544
This commit is contained in:
Tovin Seven 2018-04-20 17:13:42 +07:00
parent f0d4b6d431
commit 8d9d958c43
2 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@ oslo.utils
==========
.. image:: https://img.shields.io/pypi/v/oslo.utils.svg
:target: https://pypi.python.org/pypi/oslo.utils/
:target: https://pypi.org/project/oslo.utils/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.utils.svg
:target: https://pypi.python.org/pypi/oslo.utils/
:target: https://pypi.org/project/oslo.utils/
:alt: Downloads
The oslo.utils library provides support for common utility type functions,

View File

@ -406,7 +406,7 @@ class StopWatch(object):
monotonically increasing time providing function (which typically varies
depending on operating system and python version).
.. _monotonic: https://pypi.python.org/pypi/monotonic/
.. _monotonic: https://pypi.org/project/monotonic/
.. versionadded:: 1.4
"""