summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2023-04-24 08:24:46 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-25 12:41:06 +0200
commit453cfa28156f2c00cc45645421af4182aa863ff4 (patch)
tree996f54c48afb52e7e2e6fd78dc3a782facbd1d4f /docs
parent4dfc6ff8a81ed36dfc7c5b942ecab7217866b935 (diff)
downloaddjango-453cfa28156f2c00cc45645421af4182aa863ff4.tar.gz
Replaced docutils link by PyPI reference.
Diffstat (limited to 'docs')
-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 cc121a7bed..fe9d81bbc7 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 (https://docutils.sourceforge.io/).
+* Install the :pypi:`docutils` package.
* **Optional:** Using the admindocs bookmarklets requires
``django.contrib.admindocs.middleware.XViewMiddleware`` to be installed.