]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3209] Added links to the Developer's guide section.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 20 Sep 2016 17:19:18 +0000 (19:19 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 20 Sep 2016 17:19:18 +0000 (19:19 +0200)
doc/guide/hooks.xml

index 715f0424d809cea934ac8e97adb8c700dd9f6958..f9c76e9b4edd903feb3444082971bbee9680dd17 100644 (file)
@@ -35,7 +35,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 <ulink url="http://git.kea.isc.org/~tester/kea/doxygen">Kea
+      found in the <ulink url="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Kea
       Developer's Guide</ulink>.
       </para>
     </section> <!-- end Introduction -->
@@ -322,6 +322,15 @@ and may have the zero or more of the following entries:
 
         </para>
 
+        <para>As with any other hook libraries provided by ISC, internals of the
+        user_chk code are well documented. You can take a look at the  <ulink
+        url="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</ulink>
+        that discusses how the code works internally. That, together with
+        our general entries in <ulink
+        url="https://jenkins.isc.org/job/Fedora20_32_doxygen_doc/doxygen/">Hooks
+        Framework section</ulink> should give you some pointers how to extend
+        this library and perhaps even write your own from scratch.</para>
+
       </section>
       <section>
         <title>Forensic Logging Hooks</title>