Skip to content

Commit

Permalink
Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 authored Oct 21, 2024
1 parent f59cdd0 commit 5a91ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/deployment/asgi/hypercorn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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/

0 comments on commit 5a91ad3

Please sign in to comment.