diff --git a/docs/reference/signals.rst b/docs/reference/signals.rst index 72279febfb..e71106990a 100644 --- a/docs/reference/signals.rst +++ b/docs/reference/signals.rst @@ -7,8 +7,8 @@ Wagtail's :ref:`page-revision-model-ref` and :ref:`page-model-ref` implement `Signals `__ from ``django.dispatch``. Signals are useful for creating side-effects from page publish/unpublish events. -Primarily, these are used by the `Frontend Cache <./contrib/frontendcache>`__ contrib module -and the `Wagtail API <./contrib/api/index>`__. You could also use signals to send +Primarily, these are used by the :doc:`Frontend Cache <./contrib/frontendcache>` contrib module +and the :doc:`./contrib/api/index`. You could also use signals to send publish notifications to a messaging service, or ``POST`` messages to another app that's consuming the API, such as a static site generator.