docs(brevo): fix minor typo

This commit is contained in:
Patrick Hintermayer
2024-03-13 14:18:31 +01:00
committed by Mike Edmunds
parent 24b65e0f74
commit bf257ec3f2

View File

@@ -443,7 +443,7 @@ To update your code:
2. If you are using Anymail's status tracking webhook, 2. If you are using Anymail's status tracking webhook,
go to Brevo's dashboard (under `Transactional > Email > Settings > Webhook`_), go to Brevo's dashboard (under `Transactional > Email > Settings > Webhook`_),
and change the end or the URL from ``.../anymail/sendinblue/tracking/`` and change the end of the URL from ``.../anymail/sendinblue/tracking/``
to ``.../anymail/brevo/tracking/``. (Or use the code below to automate this.) to ``.../anymail/brevo/tracking/``. (Or use the code below to automate this.)
In your :ref:`tracking signal receiver function <signal-receivers>`, In your :ref:`tracking signal receiver function <signal-receivers>`,