summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2023-04-16 19:14:09 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-04-17 06:55:32 +0200
commit2c4dc6476083c853b654e462c7ff65dbe0334c9e (patch)
treeadb5cb4206a769452af5172cb5f8633f6eca17d7 /docs/howto/deployment
parent255f5345904854128647705adcb8d21138e87c63 (diff)
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/asgi/daphne.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/howto/deployment/asgi/daphne.txt b/docs/howto/deployment/asgi/daphne.txt
index 48c0ab41c1..a8867955f8 100644
--- a/docs/howto/deployment/asgi/daphne.txt
+++ b/docs/howto/deployment/asgi/daphne.txt
@@ -2,10 +2,8 @@
How to use Django with Daphne
=============================
-Daphne_ is a pure-Python ASGI server for UNIX, maintained by members of the
-Django project. It acts as the reference server for ASGI.
-
-.. _Daphne: https://pypi.org/project/daphne/
+:pypi:`Daphne <daphne>` is a pure-Python ASGI server for UNIX, maintained by
+members of the Django project. It acts as the reference server for ASGI.
Installing Daphne
===================