Skip to content
Snippets Groups Projects

doc: fix a broken internal link

Merged Vladimír Čunát requested to merge doc-links into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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``.
Loading