X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcached.rst;fp=docs%2Flibmemcached.rst;h=a97db699575f35967327950f6c9a21d146855aa1;hb=274778ed13cb7c38995dc1491d437b27db6339fb;hp=80da8fe882381fad51fcc5bbd731a86cdc3ace8d;hpb=db09d5893b9d157a49a811267da3b2c2f5eafa22;p=awesomized%2Flibmemcached diff --git a/docs/libmemcached.rst b/docs/libmemcached.rst index 80da8fe8..a97db699 100644 --- a/docs/libmemcached.rst +++ b/docs/libmemcached.rst @@ -12,7 +12,7 @@ Compile and link with -lmemcached ======= -libMemcached is an open source C/C++ client library and tools for the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. +libMemcached is an open source C/C++ client library and tools for the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. libMemcached was designed to provide the greatest number of options to use Memcached. Some of the features provided: @@ -31,7 +31,7 @@ DESCRIPTION "Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web -applications by alleviating database load." `http://danga.com/memcached/ `_ +applications by alleviating database load." `http://memcached.org/ `_ :program:`libmemcached` is a small, thread-safe client library for the memcached protocol. The code has all been written to allow