]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: nitpick fixes from mailing-list
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 29 Apr 2019 11:12:14 +0000 (13:12 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 29 Apr 2019 12:31:50 +0000 (14:31 +0200)
daemon/README.rst
daemon/bindings/cache.rst

index 51b4285d11194ac75031c88ac7a3f0a7bd2f0597..6b31f994d5665ee2e14bdb75e4d77e0826a5da43 100644 (file)
@@ -651,7 +651,7 @@ Example:
 .. _`JSON-encoded`: http://json.org/example
 .. _`Learn Lua in 15 minutes`: http://tylerneylon.com/a/learn-lua/
 .. _`PowerDNS Recursor`: https://doc.powerdns.com/md/recursor/scripting/
-.. _LuaRocks: https://rocks.moonscript.org/
+.. _LuaRocks: https://luarocks.org/
 .. _libuv: https://github.com/libuv/libuv
 .. _Lua: https://www.lua.org/about.html
 .. _LuaJIT: http://luajit.org/luajit.html
index ef297fbd160e44f6502e913be32350c51cb86539..b7c4f6246b14cedaebd0cf997577276e280292b5 100644 (file)
@@ -56,7 +56,7 @@ daemons or manipulated from other processes, making for example synchronized loa
 
    .. code-block:: lua
 
-       print(cache.storage)
+       print(cache.current_storage)
 
 .. function:: cache.backends()