diff options
author | Wlodek Wencel <wlodek@isc.org> | 2018-05-17 00:21:51 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2018-05-17 00:21:51 +0200 |
commit | a6c4644775b8b7198ce6f0165cf30941a6222bd4 (patch) | |
tree | 1892a1a072d2d9bc3cdbce24ea595ca596b22eb1 /doc | |
parent | [master] ChangeLog updated after #5427 merged. (diff) | |
download | kea-a6c4644775b8b7198ce6f0165cf30941a6222bd4.tar.xz kea-a6c4644775b8b7198ce6f0165cf30941a6222bd4.zip |
[master] cleaning code before release
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/hooks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index 614cc82845..7ca9465226 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -45,7 +45,7 @@ <para> The next section describes how to configure hooks libraries. If you are interested in writing your own hooks library, information can be - found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Kea + found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen">Kea Developer's Guide</link>. </para> @@ -582,9 +582,9 @@ and may have the zero or more of the following entries: </para> <para>As with any other hooks libraries provided by ISC, internals of the - user_chk code are well documented. You can take a look at the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/d8/db2/libdhcp_user_chk.html">Kea Developer's Guide section dedicated to the user_chk library</link> + user_chk code are well documented. You can take a look at the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen/d8/db2/libdhcp_user_chk.html">Kea Developer's Guide section dedicated to the user_chk library</link> that discusses how the code works internally. That, together with - our general entries in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Hooks + our general entries in <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://jenkins.isc.org/job/Kea_doc/doxygen">Hooks Framework section</link> should give you some pointers how to extend this library and perhaps even write your own from scratch.</para> |