diff --git a/README.rst b/README.rst index ceea3821..11304113 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 0b45ea7c..bc1c5049 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 ===================