From: Vladimír Čunát Date: Fri, 20 Jan 2017 12:15:17 +0000 (+0100) Subject: redis doc: fix some hyperlinks X-Git-Tag: v1.2.1~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e550f65442859fe0b2c66fe7d198262037fa017b;p=thirdparty%2Fknot-resolver.git redis doc: fix some hyperlinks I must say I have a hard time getting used to rst syntax myself. --- diff --git a/modules/redis/README.rst b/modules/redis/README.rst index e48e1e1cc..d3bfac572 100644 --- a/modules/redis/README.rst +++ b/modules/redis/README.rst @@ -26,12 +26,12 @@ It also supports indexed databases if you prefix the configuration string with ` > cache.storage = 'redis://9@127.0.0.1' -.. warning:: The Redis client doesn't really support transactions nor pruning. Cache eviction policy shoud be left upon Redis server, see the `Using Redis as an LRU cache `_. +.. warning:: The Redis client doesn't really support transactions nor pruning. Cache eviction policy shoud be left upon Redis server, see the `Using Redis as an LRU cache `_. Build distributed cache ^^^^^^^^^^^^^^^^^^^^^^^ -See `Redis Cluster` tutorial. +See `Redis Cluster`_ tutorial. Dependencies ^^^^^^^^^^^^