From c4e81b38574fea919c9a78be7d06af9d94059c7a Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 16 Dec 2018 22:44:50 +0800 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: Ibb6247bfb2cfe1c77f6841be2773cbff9475e0c6 --- README.rst | 4 ++-- doc/source/middlewarearchitecture.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ceea382..1130411 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ Middleware for the OpenStack Identity API (Keystone) ==================================================== .. image:: https://img.shields.io/pypi/v/keystonemiddleware.svg - :target: https://pypi.python.org/pypi/keystonemiddleware/ + :target: https://pypi.org/project/keystonemiddleware/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/keystonemiddleware.svg - :target: https://pypi.python.org/pypi/keystonemiddleware/ + :target: https://pypi.org/project/keystonemiddleware/ :alt: Downloads This package contains middleware modules designed to provide authentication and diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst index 0b45ea7..bc1c504 100644 --- a/doc/source/middlewarearchitecture.rst +++ b/doc/source/middlewarearchitecture.rst @@ -230,8 +230,8 @@ necessary to install the `pycrypto`_ library. These libs are not listed in the requirements.txt file. .. _`memcached`: http://memcached.org/ -.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached -.. _`pycrypto`: https://pypi.python.org/pypi/pycrypto +.. _`python-memcached`: https://pypi.org/project/python-memcached +.. _`pycrypto`: https://pypi.org/project/pycrypto Memcache Protection =================== -- cgit v1.2.1