Fix internal links

This commit is contained in:
Loïc Teixeira 2016-03-06 17:31:49 +13:00 committed by Matt Westcott
parent 33aad3957f
commit 5429c007ad

View file

@ -7,8 +7,8 @@ Wagtail's :ref:`page-revision-model-ref` and :ref:`page-model-ref` implement
`Signals <https://docs.djangoproject.com/en/1.8/topics/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.