]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
redis doc: fix some hyperlinks
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 20 Jan 2017 12:15:17 +0000 (13:15 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 26 Jan 2017 15:05:04 +0000 (16:05 +0100)
I must say I have a hard time getting used to rst syntax myself.

modules/redis/README.rst

index e48e1e1ccbd3d0301cd3c7e842309a328d3b6edf..d3bfac572c88c71bb8712dfc4d7eb2806b4dbd35 100644 (file)
@@ -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 <redis-lru>`_.
+.. 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 <redis-lru_>`_.
 
 Build distributed cache
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-See `Redis Cluster` tutorial.
+See `Redis Cluster`_ tutorial.
 
 Dependencies
 ^^^^^^^^^^^^