diff options
Diffstat (limited to 'docs/topics/cache.txt')
| -rw-r--r-- | docs/topics/cache.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 9ea63f7270..27d563b319 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -79,8 +79,8 @@ After installing Memcached itself, you'll need to install a Memcached binding. There are several Python Memcached bindings available; the two most common are `python-memcached`_ and `pylibmc`_. -.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached -.. _`pylibmc`: https://pypi.python.org/pypi/pylibmc +.. _`python-memcached`: https://pypi.org/project/python-memcached/ +.. _`pylibmc`: https://pypi.org/project/pylibmc/ To use Memcached with Django: |
