summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-29 09:34:37 +0100
committerGitHub <noreply@github.com>2020-01-29 09:34:37 +0100
commit0ac8ac8b0dece68072548900e992fc31493154c1 (patch)
tree414ab8cbe71b9a956b3882e1b51f9c1371624460 /docs/ref/contrib/admin
parent4ca5c565f4dc9e97845036e86416abc5cfde766c (diff)
Refs #25778 -- Updated some links to HTTPS and new locations.
Diffstat (limited to 'docs/ref/contrib/admin')
-rw-r--r--docs/ref/contrib/admin/admindocs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt
index 1359111efd..5a95e101ed 100644
--- a/docs/ref/contrib/admin/admindocs.txt
+++ b/docs/ref/contrib/admin/admindocs.txt
@@ -23,7 +23,7 @@ the following:
your ``urlpatterns``. Make sure it's included *before* the
``'admin/'`` entry, so that requests to ``/admin/doc/`` don't get
handled by the latter entry.
-* Install the docutils Python module (http://docutils.sf.net/).
+* Install the docutils Python module (https://docutils.sourceforge.io/).
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.