]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: fix a broken internal link
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 16 Mar 2020 18:11:37 +0000 (19:11 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 16 Mar 2020 18:11:37 +0000 (19:11 +0100)
Reported on Turris forums:
https://forum.turris.cz/t/dns-over-tcp-just-a-single-transaction/12003/21

modules/http/trace.rst

index 6bcfe94bac384b69283988ba7d925bc8e613ebb3..0884cfadb33a16bdbf568c84a603dcfc679730ff 100644 (file)
@@ -5,7 +5,7 @@
 Debugging a single request
 ==========================
 
-The `HTTP module <mod-http>`_ provides ``/trace`` endpoint which allows to trace various
+The :ref:`http module <mod-http>` provides ``/trace`` endpoint which allows to trace various
 aspects of the request execution. The basic mode allows you to resolve a query
 and trace verbose logs for it (and messages received):
 
@@ -28,5 +28,5 @@ and trace verbose logs for it (and messages received):
    [ 8138] [iter] <= rcode: NOERROR
    [ 8138] [resl] finished: 4, queries: 1, mempool: 81952 B
 
-See chapter about `HTTP module <mod-http>`_ for further instructions how to load ``webmgmt``
+See chapter about :ref:`mod-http` for further instructions how to load ``webmgmt``
 endpoint into HTTP module, it is a prerequisite for using ``/trace``.