X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=memcache%2FREADME.md;fp=memcache%2FREADME.md;h=c38888bd39b5354744ee3f6b43e01fbcf7ba1d49;hp=a6845d976045660ae677b738e67df90e194b3b7f;hb=84ef300d07331fca7c7e54a57d1cfddec2eeb295;hpb=91a4befe34e15ab6c4c74901b3a16ec370c5de02 diff --git a/memcache/README.md b/memcache/README.md index a6845d9..c38888b 100644 --- a/memcache/README.md +++ b/memcache/README.md @@ -14,7 +14,7 @@ Overview This package is based on the `cl-memcached` library. It is substantially modified for use with the -[memstore](http://memstore.b9.com) library. The primary areas of +[memstore](http://memstore.kpe.io) library. The primary areas of additional functionality are: * Support for flags field with get and set functions. @@ -49,7 +49,7 @@ additional functionality are: in statistics are not present. * Removed compatibility functions in `compat.lisp` by using the - [`kmrcl`](http://gitpub.b9.com/kmrcl.git) library to provide those + [`kmrcl`](http://gitpub.kpe.io/kmrcl.git) library to provide those functions as well as utilitizing other `kmrcl` functions to simplify code.