From: Gert van Dijk Date: Sun, 31 Mar 2019 17:25:22 +0000 (+0200) Subject: docs: Fix link in Lua2 backend X-Git-Tag: rec-4.2.0-rc1~45^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=274d02444b9ed6a8fb9763960c69f38e2e8d19ec;p=thirdparty%2Fpdns.git docs: Fix link in Lua2 backend --- diff --git a/docs/backends/lua2.rst b/docs/backends/lua2.rst index e12c1441e1..f08815de2f 100644 --- a/docs/backends/lua2.rst +++ b/docs/backends/lua2.rst @@ -76,6 +76,8 @@ OUTPUT: NOTES: This function is **optional**. + +.. _backends_lua2_dns_get_domaininfo: ``dns_get_domaininfo(domain)`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -108,7 +110,8 @@ NOTES: Get domain information for all domains. OUTPUT: - Return false if not supported or found, otherwise return a table of string, domaininfo. See ``dns_get_domaininfo```. + Return false if not supported or found, otherwise return a table of string, + domaininfo. See :ref:`dns_get_domaininfo() `. NOTES: This function is **optional**, except if you need master functionality.