]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix documentation build warnings. 16156/head
authorMiod Vallat <miod.vallat@powerdns.com>
Mon, 22 Sep 2025 12:48:17 +0000 (14:48 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Mon, 22 Sep 2025 12:58:10 +0000 (14:58 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/backends/geoip.rst
docs/backends/lua2.rst

index 5f958597dfadf5fd15e2b4e62b750d0d7cd74c25..cc56dbd3bd41702464fb03d6f43ee2935d514e43 100644 (file)
@@ -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`.
index 51c08b171d823dd3453fce56608efe5eacbb8c7f..a35b91605f93cc27e9d9767e9788f536f99b5a93 100644 (file)
@@ -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() <backends_lua2_dns_get_domaininfo>`.
+ `{ [DNSName] = domaininfo, … }`. See :ref:`dns_get_domaininfo() <backends_lua2_dns_get_domaininfo>`.
 
 NOTES:
  This function is **optional**, except if you need primary functionality. It