summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2021-02-25 17:20:14 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-25 17:27:54 +0100
commit7fffdc4aad2bcfc31b3161d07f3ec33c83c2fa32 (patch)
treebfe1f88ddedbad492227b248fafc5b9e51e34d45 /docs
parent3668da8de821fcb4ddd83fb50a1f04aa02600894 (diff)
[3.1.x] Updated links to DEPs.
Backport of 7cc6899d4176539e5d59a2e921b938904d3a8944 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-template-backend.txt2
-rw-r--r--docs/releases/1.10.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/custom-template-backend.txt b/docs/howto/custom-template-backend.txt
index 3e9c87a07a..d349259e67 100644
--- a/docs/howto/custom-template-backend.txt
+++ b/docs/howto/custom-template-backend.txt
@@ -169,5 +169,5 @@ creating an object that specifies the following attributes:
* ``'loader_name'``: An optional string identifying the function or class used
to load the template, e.g. ``django.template.loaders.filesystem.Loader``.
-.. _DEP 182: https://github.com/django/deps/blob/master/final/0182-multiple-template-engines.rst
+.. _DEP 182: https://github.com/django/deps/blob/main/final/0182-multiple-template-engines.rst
.. _Django Debug Toolbar: https://github.com/jazzband/django-debug-toolbar
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 576a4c85d1..efad6d3cd4 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -46,7 +46,7 @@ New-style middleware
:doc:`A new style of middleware is introduced </topics/http/middleware>` to
solve the lack of strict request/response layering of the old-style of
middleware described in `DEP 0005
-<https://github.com/django/deps/blob/master/final/0005-improved-middleware.rst>`_.
+<https://github.com/django/deps/blob/main/final/0005-improved-middleware.rst>`_.
You'll need to :ref:`adapt old, custom middleware <upgrading-middleware>` and
switch from the ``MIDDLEWARE_CLASSES`` setting to the new :setting:`MIDDLEWARE`
setting to take advantage of the improvements.