From 8d9d958c430db88dff2d364ccff49c39c0d1048a Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 20 Apr 2018 17:13:42 +0700 Subject: Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I53bfd078ba2a47a5744c2ebf1354d06ad6438544 --- README.rst | 4 ++-- oslo_utils/timeutils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 79dce8e..9057e68 100644 --- a/README.rst +++ b/README.rst @@ -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, diff --git a/oslo_utils/timeutils.py b/oslo_utils/timeutils.py index e8eb990..117ae03 100644 --- a/oslo_utils/timeutils.py +++ b/oslo_utils/timeutils.py @@ -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 """ -- cgit v1.2.1