From 309d7191a1e4e321b4f44345105a696001d65593 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Aug 2020 22:11:08 -0700 Subject: [PATCH] Fixed broken rST link --- docs/plugin_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index a0a746b0..c84a4097 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -961,7 +961,7 @@ forbidden(datasette, request, message) ``message`` - string A message hinting at why the request was forbidden. -Plugins can use this to customize how Datasette responds when a 403 Forbidden error occurs - usually because a page failed a permission check, see :authentication_permissions:. +Plugins can use this to customize how Datasette responds when a 403 Forbidden error occurs - usually because a page failed a permission check, see :ref:`authentication_permissions`. If a plugin hook wishes to react to the error, it should return a :ref:`Response object `.