mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 12:21:06 -05:00
Docs: point to Django stable docs
Avoid pointing Djrill users toward Django dev docs. [ci skip]
This commit is contained in:
@@ -34,4 +34,5 @@ and in the constructor for an
|
||||
|
||||
(See the `django.utils.log.AdminEmailHandler`_ docs for more information on Django's admin error logging.)
|
||||
|
||||
.. _django.utils.log.AdminEmailHandler: https://docs.djangoproject.com/en/dev/topics/logging/#django.utils.log.AdminEmailHandler
|
||||
.. _django.utils.log.AdminEmailHandler:
|
||||
https://docs.djangoproject.com/en/stable/topics/logging/#django.utils.log.AdminEmailHandler
|
||||
|
||||
@@ -153,7 +153,7 @@ Djrill will invoke your signal handler once for each event in the batch.
|
||||
The available fields in the `data` param are described in Mandrill's documentation:
|
||||
`sent-message webhooks`_ and `inbound webhooks`_.
|
||||
|
||||
.. _Django signal: https://docs.djangoproject.com/en/dev/topics/signals/
|
||||
.. _Django signal: https://docs.djangoproject.com/en/stable/topics/signals/
|
||||
.. _inbound webhooks:
|
||||
http://help.mandrill.com/entries/22092308-What-is-the-format-of-inbound-email-webhooks-
|
||||
.. _sent-message webhooks: http://help.mandrill.com/entries/21738186-Introduction-to-Webhooks
|
||||
|
||||
Reference in New Issue
Block a user