diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-29 09:34:37 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-01-29 09:35:45 +0100 |
| commit | 27e4ebc0baa0c522a2ac7758e9dba4f654eac8fe (patch) | |
| tree | 84e65e801f7a894111f82a4a93980fe86fde75ca /docs/ref/contrib/admin | |
| parent | 21cc09740343e89c951fa7fd9532a4eb62e1c8d7 (diff) | |
[3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations.
Backport of 0ac8ac8b0dece68072548900e992fc31493154c1 from master
Diffstat (limited to 'docs/ref/contrib/admin')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 7779fe822a..cf97af21e4 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. |
