From: Peter van Dijk Date: Tue, 11 Jun 2019 09:19:04 +0000 (+0200) Subject: fix links to DNSClass overview X-Git-Tag: auth-4.2.0-rc2~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c73e4afa6561ba86eeff2de9c81fe397c0911b9;p=thirdparty%2Fpdns.git fix links to DNSClass overview --- diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index c19d6dad9b..a02c9d2da3 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -38,7 +38,7 @@ This state can be modified from the various hooks. .. attribute:: DNSQuestion.qclass QClass (as an unsigned integer) of this question. - Can be compared against :ref:`DNSQClass`. + Can be compared against :ref:`DNSClass`. .. attribute:: DNSQuestion.qname @@ -178,7 +178,7 @@ DNSResponse object All parameters to ``func`` are integers: - ``section`` is the section in the packet and can be compared to :ref:`DNSSection` - - ``qclass`` is the QClass of the record. Can be compared to :ref:`DNSQClass` + - ``qclass`` is the QClass of the record. Can be compared to :ref:`DNSClass` - ``qtype`` is the QType of the record. Can be e.g. compared to ``DNSQType.A``, ``DNSQType.AAAA`` :ref:`constants ` and the like. - ``ttl`` is the current TTL