]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(dnsdist): Fix internal link to method
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 2 Jul 2026 12:48:43 +0000 (14:48 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 2 Jul 2026 12:48:43 +0000 (14:48 +0200)
pdns/dnsdistdist/docs/reference/config.rst

index b738cc081ed6c062b16f7246d19f6c65bbc28cc6..a7913522c56c9f9ad9e5176462b186a7677b1c01 100644 (file)
@@ -2211,7 +2211,7 @@ Other functions
   Register a Lua function to be called when a server state changed during the health check process.
   The function should not block for a long period of time, as it would otherwise delay the execution of the other functions registered for this hook, as well as the execution of the health check process.
 
-  :param function callback: The function to be called. It returns no value and takes two parameters: the first parameter is a string identifying the server, formatted as if returned by :func:`Server:getNameWithAddr()`, the second parameter is a boolean value indicating whether the server is up.
+  :param function callback: The function to be called. It returns no value and takes two parameters: the first parameter is a string identifying the server, formatted as if returned by :meth:`Server.getNameWithAddr`, the second parameter is a boolean value indicating whether the server is up.
 
   .. code-block:: lua