From 4c73e4afa6561ba86eeff2de9c81fe397c0911b9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Jun 2019 11:19:04 +0200 Subject: [PATCH] fix links to DNSClass overview --- pdns/dnsdistdist/docs/reference/dq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2