X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=memcache%2FREADME.md;h=c38888bd39b5354744ee3f6b43e01fbcf7ba1d49;hb=refs%2Fheads%2Fmaster;hp=a6845d976045660ae677b738e67df90e194b3b7f;hpb=881e2c561c5c9de3fe4bb962da256552fa03d796;p=memstore.git 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.