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:
parent
f0d4b6d431
commit
8d9d958c43
@ -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,
|
||||
|
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user