summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geier <geier@lostpackets.de>2024-04-24 00:11:22 +0200
committerChristian Geier <geier@lostpackets.de>2024-04-24 00:11:22 +0200
commitd72ce5344a50505284c32a6d1ce3c51006abcf4b (patch)
tree0f0f24d09849652f993d73155cd0fbcd69b590ab
parentd317d98b943c9353d53abf8ad7814b71a5b46985 (diff)
fix links in plugin docs
-rw-r--r--doc/source/hacking.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/hacking.rst b/doc/source/hacking.rst
index fc6e2484..aeb4e031 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