From: Tomas Krizek Date: Tue, 14 Apr 2020 14:35:20 +0000 (+0200) Subject: doc/upgrading: reword to use new-style C reference X-Git-Tag: v5.1.0~12^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb942ea0fd4fafb8d3c0e552d8d38b3894616da2;p=thirdparty%2Fknot-resolver.git doc/upgrading: reword to use new-style C reference --- diff --git a/doc/upgrading.rst b/doc/upgrading.rst index 487936273..e35a264ff 100644 --- a/doc/upgrading.rst +++ b/doc/upgrading.rst @@ -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 `_. +* Modules which use :c:type:`kr_request.trace_log` handler need update to modified handler API. Example migration is `modules/watchdog/watchdog.lua `_. * 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 `_.