More links between events documentation

This commit is contained in:
Simon Willison 2024-02-01 15:42:45 -08:00
commit 6ccef35cc9
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ Datasette includes a mechanism for tracking events that occur while the software
The core Datasette application triggers events when certain things happen. This page describes those events.
Plugins can listen for events using the :ref:`plugin_hook_track_event` plugin hook, which will be called with instances of the following classes (or additional classes registered by other plugins):
Plugins can listen for events using the :ref:`plugin_hook_track_event` plugin hook, which will be called with instances of the following classes - or additional classes :ref:`registered by other plugins <plugin_hook_register_events>`.
.. automodule:: datasette.events
:members: