summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-07-16 12:16:21 -0700
committerJohn Anderson <sontek@gmail.com>2015-07-16 12:16:21 -0700
commit8253d586dd0db3b5e96ba317f5be1214fc743b8f (patch)
tree82ce91dc650418a2cc1b7fcd0d34e6593a516556 /README.md
parent21e1bda51cf0473108c35a03df8b265aa40e3d4b (diff)
downloadpymemcache-8253d586dd0db3b5e96ba317f5be1214fc743b8f.tar.gz
python-memcache moved to github
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f5ce70..b383b23 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ The memcached text protocol reference page:
https://github.com/memcached/memcached/blob/master/doc/protocol.txt
The python-memcached library (another pure-Python library):
- http://www.tummy.com/Community/software/python-memcached/
+ https://github.com/linsomniac/python-memcached
Mixpanel's Blog post about their memcached client for Python:
http://code.mixpanel.com/2012/07/16/we-went-down-so-we-wrote-a-better-pure-python-memcache-client/