From: Pieter Lexis Date: Thu, 2 Jul 2026 12:48:43 +0000 (+0200) Subject: docs(dnsdist): Fix internal link to method X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0eb82fb4657e1ee998fa6659e46b48447cd22ab;p=thirdparty%2Fpdns.git docs(dnsdist): Fix internal link to method --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index b738cc081e..a7913522c5 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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