From e4ebef082de90db4e1b8527abc0d582b7ae0bc9d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 21 Jan 2023 07:37:29 -0800 Subject: [PATCH] Fixed link text --- docs/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.rst b/docs/authentication.rst index d64eb793..3878b2c9 100644 --- a/docs/authentication.rst +++ b/docs/authentication.rst @@ -408,7 +408,7 @@ And for ``insert-row`` against the ``reports`` table in that ``docs`` database: } } -The :ref:`PermissionsDebugView` can be useful for helping test permissions that you have configured in this way. +The :ref:`permissions debug tool ` can be useful for helping test permissions that you have configured in this way. .. _CreateTokenView: