summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramirreza sohrabi far <119850973+amirreza8002@users.noreply.github.com>2024-10-22 01:01:39 +0330
committerNatalia <124304+nessita@users.noreply.github.com>2024-10-21 18:32:16 -0300
commit6eb6f236f2836db94a27dff76d1663dfb682b4ea (patch)
treefc9d606f2a8b73ebb534c06721c2d5b28335e125
parent8d48fc035c1468abf841090d4a8f459d161edfa3 (diff)
[5.1.x] Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt.
Backport of 5a91ad3d7115c692d497663a155edee5ebc8989c from main.
-rw-r--r--docs/howto/deployment/asgi/hypercorn.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/asgi/hypercorn.txt b/docs/howto/deployment/asgi/hypercorn.txt
index ea5ce3cc72..3abd2d54ef 100644
--- a/docs/howto/deployment/asgi/hypercorn.txt
+++ b/docs/howto/deployment/asgi/hypercorn.txt
@@ -17,7 +17,7 @@ You can install Hypercorn with ``pip``:
Running Django in Hypercorn
===========================
-When Hypercorn is installed, a ``hypercorn`` command is available
+When :pypi:`Hypercorn` is installed, a ``hypercorn`` command is available
which runs ASGI applications. Hypercorn needs to be called with the
location of a module containing an ASGI application object, followed
by what the application is called (separated by a colon).
@@ -35,4 +35,4 @@ this command from the same directory as your ``manage.py`` file.
For more advanced usage, please read the `Hypercorn documentation
<Hypercorn_>`_.
-.. _Hypercorn: https://pgjones.gitlab.io/hypercorn/
+.. _Hypercorn: https://hypercorn.readthedocs.io/