summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2023-11-28 16:57:48 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-29 11:21:22 +0100
commit272ceb9584a68c7df464e8633c02eb4f997da092 (patch)
tree1435754076ee8c52358e0dc702cf18d63b3dd04d /docs/ref/settings.txt
parent134cde8415b3a9118262ef4ea34cf798c258be03 (diff)
Refs #25778 -- Updated some links and references to HTTPS.
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 5d3e893cc7..2aa2beb1be 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2096,7 +2096,7 @@ If you want to use ``{{ MEDIA_URL }}`` in your templates, add
``'django.template.context_processors.media'`` in the ``'context_processors'``
option of :setting:`TEMPLATES`.
-Example: ``"http://media.example.com/"``
+Example: ``"https://media.example.com/"``
.. warning::
@@ -3478,7 +3478,7 @@ Default: ``None``
URL to use when referring to static files located in :setting:`STATIC_ROOT`.
-Example: ``"static/"`` or ``"http://static.example.com/"``
+Example: ``"static/"`` or ``"https://static.example.com/"``
If not ``None``, this will be used as the base path for
:ref:`asset definitions<form-asset-paths>` (the ``Media`` class) and the