From a4da7526ebfe2542bcba28ff48aa8561e78fa981 Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 25 Mar 2025 11:44:35 +0100 Subject: [PATCH] doc: update links to samples --- doc/reference.rst | 4 ++++ src/knot/modules/probe/probe.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/reference.rst b/doc/reference.rst index 1d288a90e..5f0d9eece 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -656,6 +656,10 @@ Possible values: .. NOTE:: This function requires systemd version at least 221 or libdbus. +.. TIP:: + A few sample script templates can be found in + `the project repository `_. + Change of this parameter requires restart of the Knot server to take effect. *Default:* ``none`` diff --git a/src/knot/modules/probe/probe.rst b/src/knot/modules/probe/probe.rst index 81e474059..69338790d 100644 --- a/src/knot/modules/probe/probe.rst +++ b/src/knot/modules/probe/probe.rst @@ -10,8 +10,8 @@ part can be empty. The receiver can be an arbitrary program using *libknot* inte (C or Python). In case of high traffic, more channels (sockets) can be configured to allow parallel processing. -.. NOTE:: - A simple `probe client `_ in Python. +.. TIP:: + A simple `probe client `_ in Python. Example -------