summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorkka2018-07-18 14:51:19 +0200
committerkka2018-07-18 14:51:19 +0200
commitb477c41aea641ca63ba94fd674cdf68d8f269fb3 (patch)
treebaacf444fa841651452fcce17872738f7fed0b1c /doc/source
parent1fc7f583041d4393ed97cce53eb4cbe96964a7df (diff)
Fix broken link in the config documentation
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index e9ee348..b3495ae 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -314,7 +314,7 @@ It's currently not possible to:
314 things like this, odds are that you're doing something wrong anyway. 314 things like this, odds are that you're doing something wrong anyway.
315- Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one 315- Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one
316 without hooking the other, at least 316 without hooking the other, at least
317 `for now<https://github.com/nbs-system/snuffleupagus/issues/190>`__). 317 `for now <https://github.com/nbs-system/snuffleupagus/issues/190>`__).
318 This is why hooked ``print`` will be displayed as ``echo`` in the logs. 318 This is why hooked ``print`` will be displayed as ``echo`` in the logs.
319 319
320 320