From 44758bdcad2a418dd1bac4ca7ff35b8b9b349f88 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 27 Jun 2019 11:49:58 +0200 Subject: [PATCH] Fix link to hooks in plugins docs --- docs/contributing/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/plugins.rst b/docs/contributing/plugins.rst index 97e4eaa..8c9828f 100644 --- a/docs/contributing/plugins.rst +++ b/docs/contributing/plugins.rst @@ -88,7 +88,7 @@ A hook implementation is a function that has the following characteristics: ``tljh.hooks``. The current list of available hooks and when they are called can be -seen in ```tljh/hooks.py`` `_ +seen in `tljh/hooks.py `_ in the source repository.