From 160ef2f8609c0a0e8489e7c642341ada49742515 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 22 Feb 2017 15:00:00 +0100 Subject: [PATCH] Fix a broken link markup --- plugins/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/introduction.rst b/plugins/introduction.rst index 5426faf..1ff2fa6 100644 --- a/plugins/introduction.rst +++ b/plugins/introduction.rst @@ -82,7 +82,7 @@ The recommended way to order plugins is the following: There can be exceptions to these rules. For example, for security reasons you might not want to log the authentication information (like ``Authorization`` header) and choose to put the - :doc:`Authentication Plugin ` after the doc:`Logger Plugin `. + :doc:`Authentication Plugin ` after the :doc:`Logger Plugin `. Configuration Options ---------------------