From 1c6f66c0285da625915756b93ac9a5b265097e2b Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 20 Apr 2018 16:57:28 +0700 Subject: [PATCH] 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: Ibc980c462ddb00036d35d49bf629092550973c30 --- README.rst | 4 ++-- doc/source/user/integration.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b40fefb..4b22b77 100644 --- a/README.rst +++ b/README.rst @@ -12,11 +12,11 @@ Team and repository tags =========================================================== .. image:: https://img.shields.io/pypi/v/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ + :target: https://pypi.org/project/osprofiler/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/osprofiler.svg - :target: https://pypi.python.org/pypi/osprofiler/ + :target: https://pypi.org/project/osprofiler/ :alt: Downloads OSProfiler provides a tiny but powerful library that is used by diff --git a/doc/source/user/integration.rst b/doc/source/user/integration.rst index 991a7a3..ff2ab51 100644 --- a/doc/source/user/integration.rst +++ b/doc/source/user/integration.rst @@ -130,5 +130,5 @@ I think that for all projects we should include by default 5 kinds of points: .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code .. _OpenStack: https://www.openstack.org/ .. _Ceilometer: https://wiki.openstack.org/wiki/Ceilometer -.. _oslo.messaging: https://pypi.python.org/pypi/oslo.messaging +.. _oslo.messaging: https://pypi.org/project/oslo.messaging .. _OSprofiler WSGI middleware: https://github.com/openstack/osprofiler/blob/master/osprofiler/web.py