]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/upgrading: reword to use new-style C reference
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Apr 2020 14:35:20 +0000 (16:35 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 15 Apr 2020 08:28:51 +0000 (10:28 +0200)
doc/upgrading.rst

index 487936273c88bb84ee01c1df3c1eefb102be25ad..e35a264ff91c530f016c53f85dfef7ed868fc59d 100644 (file)
@@ -16,7 +16,7 @@ Section *Module changes* is relevant only for users who develop or use third-par
 Module changes
 --------------
 
-* Modules which use :c:type:`kr_request::trace_log` handler in request structure :c:type:`kr_request` need update to modified handler API. Example migration is `modules/watchdog/watchdog.lua <https://gitlab.labs.nic.cz/knot/knot-resolver/-/merge_requests/957/diffs#6831501329bbf9e494048fe269c6b02944fc227c>`_.
+* Modules which use :c:type:`kr_request.trace_log` handler need update to modified handler API. Example migration is `modules/watchdog/watchdog.lua <https://gitlab.labs.nic.cz/knot/knot-resolver/-/merge_requests/957/diffs#6831501329bbf9e494048fe269c6b02944fc227c>`_.
 * Modules which were using logger :c:func:`kr_log_qverbose_impl` need migration to new logger :c:func:`kr_log_q`. Example migration is `modules/rebinding/rebinding.lua <https://gitlab.labs.nic.cz/knot/knot-resolver/-/merge_requests/957/diffs#6c74dcae147221ca64286a3ed028057adb6813b9>`_.