summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-11 21:20:32 -0400
committerTim Graham <timograham@gmail.com>2015-08-11 21:21:24 -0400
commit77ced0b7408e83cd71348fb8d2495406c074eca1 (patch)
tree14890ace90d6f69997bc327758897dccc01bc8a7
parentbcf5fb78d784941eb04d99271f7a38f18d9f1f09 (diff)
[1.8.x] Updated memcached library links to point to PyPI.
Backport of d772d812cf583e0f99e21850f26addf1d59bfa35 from master
-rw-r--r--docs/topics/cache.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 55ec536dff..783a00f905 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`: ftp://ftp.tummy.com/pub/python-memcached/
-.. _`pylibmc`: http://sendapatch.se/projects/pylibmc/
+.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached
+.. _`pylibmc`: https://pypi.python.org/pypi/pylibmc
To use Memcached with Django: