Switch pypi links to https

To which the http version redirects permanently
This commit is contained in:
Daniel Neuhäuser 2014-04-26 01:30:28 +02:00
parent 954eeb8d17
commit 34871a286e
8 changed files with 9 additions and 9 deletions

View file

@ -27,7 +27,7 @@ cache that keeps the item stored in the memory of the Python interpreter::
cache = SimpleCache()
If you want to use memcached, make sure to have one of the memcache modules
supported (you get them from `PyPI <http://pypi.python.org/>`_) and a
supported (you get them from `PyPI <https://pypi.python.org/>`_) and a
memcached server running somewhere. This is how you connect to such an
memcached server then::