From f82dc20b24b05648b017717528e9f9a2cfa65de1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 29 Apr 2019 13:12:14 +0200 Subject: [PATCH] docs: nitpick fixes from mailing-list --- daemon/README.rst | 2 +- daemon/bindings/cache.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.47.2