Fix permissions_execute_sql warnings in documentation

This commit is contained in:
Simon Willison 2025-11-01 11:51:22 -07:00
commit 2b962beaeb
4 changed files with 5 additions and 5 deletions

View file

@ -1426,7 +1426,7 @@ Here's an example that allows users to view the ``admin_log`` table only if thei
return inner
See :ref:`built-in permissions <permissions>` for a full list of permissions that are included in Datasette core.
See :ref:`built-in permissions <authentication_permissions>` for a full list of permissions that are included in Datasette core.
Example: `datasette-permissions-sql <https://datasette.io/plugins/datasette-permissions-sql>`_