diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst
index aec1df56..c6f35d06 100644
--- a/docs/plugin_hooks.rst
+++ b/docs/plugin_hooks.rst
@@ -1261,6 +1261,8 @@ This example logs an error to `Sentry `__ and then renders a
return inner
+Example: `datasette-sentry `_
+
.. _plugin_hook_menu_links:
menu_links(datasette, actor, request)