From 5429c007ad87917177d79f5eab38e765371ea485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Teixeira?= Date: Sun, 6 Mar 2016 17:31:49 +1300 Subject: [PATCH] Fix internal links --- docs/reference/signals.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.