From: Miod Vallat Date: Mon, 22 Sep 2025 12:48:17 +0000 (+0200) Subject: Fix documentation build warnings. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16156%2Fhead;p=thirdparty%2Fpdns.git Fix documentation build warnings. Signed-off-by: Miod Vallat --- diff --git a/docs/backends/geoip.rst b/docs/backends/geoip.rst index 5f958597d..cc56dbd3b 100644 --- a/docs/backends/geoip.rst +++ b/docs/backends/geoip.rst @@ -23,7 +23,7 @@ This backend (which is a.k.a. the YAML backend) allows visitors to be sent to a no appreciable delay, as would otherwise be incurred with a protocol level redirect. Additionally, the GeoIP backend can be used to provide service over several clusters, any of which can be taken out of use -easily, for example for maintenance purposes, by using :doc:`Lua records <../lua-records>`. +easily, for example for maintenance purposes, by using :doc:`Lua records <../lua-records/index>`. This backend can utilize EDNS Client Subnet extension for decision making, if provided in a query and you have turned on :ref:`setting-edns-subnet-processing`. diff --git a/docs/backends/lua2.rst b/docs/backends/lua2.rst index 51c08b171..a35b91605 100644 --- a/docs/backends/lua2.rst +++ b/docs/backends/lua2.rst @@ -120,7 +120,7 @@ Get domain information for all domains. OUTPUT: Return false if not supported or found; otherwise, return a table of -`{ [DNSName] = domaininfo, … }`. See :ref:`dns_get_domaininfo() `. + `{ [DNSName] = domaininfo, … }`. See :ref:`dns_get_domaininfo() `. NOTES: This function is **optional**, except if you need primary functionality. It