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: Ibb6247bfb2cfe1c77f6841be2773cbff9475e0c6
This commit is contained in:
parent
ac7c7fba0a
commit
c4e81b3857
@ -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
|
||||
|
@ -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
|
||||
===================
|
||||
|
Loading…
Reference in New Issue
Block a user