From: Pieter Lexis Date: Tue, 19 Dec 2017 06:15:57 +0000 (+0100) Subject: docs: Fix links for constants X-Git-Tag: dnsdist-1.3.0~183^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035786c7e3c833027ea6f983a86996d89b080d9b;p=thirdparty%2Fpdns.git docs: Fix links for constants Closes #6105 --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 78b7b26fff..7bf4cb81c3 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -411,7 +411,7 @@ These ``DNSRule``\ s be one of the following items: .. function:: OpcodeRule(code) Matches queries with opcode ``code``. - ``code`` can be directly specified as an integer, or one of the `built-in DNSOpcode <#opcode>`_. + ``code`` can be directly specified as an integer, or one of the `built-in DNSOpcodes `. :param int code: The opcode to match @@ -426,7 +426,7 @@ These ``DNSRule``\ s be one of the following items: .. function:: QClassRule(qclass) Matches queries with the specified ``qclass``. - ``class`` can be specified as an integer or as one of the built-in `QClass <#qclass>`_. + ``class`` can be specified as an integer or as one of the built-in :ref:`DNSQClass`. :param int qclass: The Query Class to match on @@ -463,7 +463,7 @@ These ``DNSRule``\ s be one of the following items: .. function:: RCodeRule(rcode) Matches queries or responses the specified ``rcode``. - ``rcode`` can be specified as an integer or as one of the built-in `RCode <#rcode>`_. + ``rcode`` can be specified as an integer or as one of the built-in `RCode `. :param int rcode: The RCODE to match on