From d72ce5344a50505284c32a6d1ce3c51006abcf4b Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Wed, 24 Apr 2024 00:11:22 +0200 Subject: [PATCH] fix links in plugin docs --- doc/source/hacking.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/hacking.rst b/doc/source/hacking.rst index fc6e24848..aeb4e031d 100644 --- a/doc/source/hacking.rst +++ b/doc/source/hacking.rst @@ -35,8 +35,8 @@ Plugins ------- Khal now supports plugins, currently for supporting new commands (`example -command plugin`_), formatting (`example formatting plugin`), and -colors (`example color plugin`). +command plugin`_), formatting (`example formatting plugin`_), and +colors (`example color plugin`_). If you want to develop a new feature, please check if it can be implemented as a plugin. If you are unsure, please ask us, we will gladly help you and, if