diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2024-01-16 20:09:50 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-16 20:10:39 +0100 |
| commit | a7b35aa7c9e0bc59f227c558bf26488c43c96250 (patch) | |
| tree | 653e12bf334c54bbe9a7969e070952a413ad16bb /docs | |
| parent | dd2d76803c040a03342db1caa2b77747b4426549 (diff) | |
[5.0.x] Used more specific link to email backends in EMAIL_BACKEND docs.
Backport of 1592f0ac220c1fd37779f6d33efb28ebd60e2e66 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index c1f04c7f1d..0be85c0430 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1408,7 +1408,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 |
