summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2024-01-16 20:09:50 +0100
committerGitHub <noreply@github.com>2024-01-16 20:09:50 +0100
commit1592f0ac220c1fd37779f6d33efb28ebd60e2e66 (patch)
tree9353202a4565cafbfb7f3e2c70439f2c72778161 /docs/ref
parent0fcee1676c7f14bb08e2cc662898dee56d9cf207 (diff)
Used more specific link to email backends in EMAIL_BACKEND docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index ed956f70c7..eee1c66d56 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1390,7 +1390,7 @@ This is only used if ``CommonMiddleware`` is installed (see
Default: ``'``:class:`django.core.mail.backends.smtp.EmailBackend`\ ``'``
The backend to use for sending emails. For the list of available backends see
-:doc:`/topics/email`.
+:ref:`topic-email-backends`.
.. setting:: EMAIL_FILE_PATH