summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial08.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-08-05 15:35:50 +0200
committerGitHub <noreply@github.com>2024-08-05 10:35:50 -0300
commit304d25667433a59409e334a93acaaa9201840508 (patch)
treee327a09a1a7cce24b10e402ff656031bb5cce782 /docs/intro/tutorial08.txt
parent7f8d839722b72aeb3ec5a4278ae57c18283acacd (diff)
Used :pypi: role in docs where appropriate.
Diffstat (limited to 'docs/intro/tutorial08.txt')
-rw-r--r--docs/intro/tutorial08.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt
index c184eec47a..463db3221e 100644
--- a/docs/intro/tutorial08.txt
+++ b/docs/intro/tutorial08.txt
@@ -8,10 +8,10 @@ Django's strengths is the rich ecosystem of third-party packages. They're
community developed packages that can be used to quickly improve the feature set
of an application.
-This tutorial will show how to add `Django Debug Toolbar
-<https://django-debug-toolbar.readthedocs.io>`_, a commonly used third-party
-package. The Django Debug Toolbar has ranked in the top three most used
-third-party packages in the Django Developers Survey in recent years.
+This tutorial will show how to add :pypi:`Django Debug Toolbar
+<django-debug-toolbar>`, a commonly used third-party package. The Django Debug
+Toolbar has ranked in the top three most used third-party packages in the
+Django Developers Survey in recent years.
.. admonition:: Where to get help: