From: Vladimír Čunát Date: Mon, 29 Apr 2019 11:12:14 +0000 (+0200) Subject: docs: nitpick fixes from mailing-list X-Git-Tag: v4.1.0~30^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82dc20b24b05648b017717528e9f9a2cfa65de1;p=thirdparty%2Fknot-resolver.git docs: nitpick fixes from mailing-list --- diff --git a/daemon/README.rst b/daemon/README.rst index 51b4285d1..6b31f994d 100644 --- a/daemon/README.rst +++ b/daemon/README.rst @@ -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 diff --git a/daemon/bindings/cache.rst b/daemon/bindings/cache.rst index ef297fbd1..b7c4f6246 100644 --- a/daemon/bindings/cache.rst +++ b/daemon/bindings/cache.rst @@ -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()