diff options
author | Wlodek Wencel <wlodek@isc.org> | 2021-07-28 14:36:24 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-08-05 17:07:49 +0200 |
commit | b1d5e8f2069b46f7463deba557fe52a9222f1d0a (patch) | |
tree | 18c9f869672c0956ef040190b976bd5301688040 /doc/sphinx/arm/ctrl-channel.rst | |
parent | [#2013] bumped up kea version to 1.9.11 (diff) | |
download | kea-b1d5e8f2069b46f7463deba557fe52a9222f1d0a.tar.xz kea-b1d5e8f2069b46f7463deba557fe52a9222f1d0a.zip |
[#1983] replaced old jenkins links with repors.isc.org
Diffstat (limited to 'doc/sphinx/arm/ctrl-channel.rst')
-rw-r--r-- | doc/sphinx/arm/ctrl-channel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/arm/ctrl-channel.rst b/doc/sphinx/arm/ctrl-channel.rst index e486d2b3d1..f63843393f 100644 --- a/doc/sphinx/arm/ctrl-channel.rst +++ b/doc/sphinx/arm/ctrl-channel.rst @@ -226,7 +226,7 @@ the specific server directly and bypasses the Control Agent. It is also easy to open a UNIX socket programmatically. An example of a simple client written in C is available in the Kea Developer's Guide, in the Control Channel Overview chapter, in the -`Using Control Channel <https://jenkins.isc.org/job/Kea_doc/doxygen/d2/d96/ctrlSocket.html#ctrlSocketClient>`__ +`Using Control Channel <https://reports.kea.isc.org/dev_guide/d2/d96/ctrlSocket.html#ctrlSocketClient>`__ section. To use Kea's RESTful API with ``curl``, use the following: |