Fix internal links

pull/2112/merge
Loïc Teixeira 2016-03-06 17:31:49 +13:00 zatwierdzone przez Matt Westcott
rodzic 33aad3957f
commit 5429c007ad
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.