Fixed malformed links in documentation

This commit is contained in:
Baptiste Mispelon 2020-05-29 12:15:08 +02:00
parent 601d52218a
commit 566af30ce6

View file

@ -332,8 +332,8 @@ Channels
--------
If you want to deploy a project that uses the Django channels with
`Daphne <http://github.com/django/daphne/>` as the
`interface server <http://channels.readthedocs.io/en/latest/deploying.html#run-interface-servers>`
`Daphne <http://github.com/django/daphne/>`_ as the
`interface server <http://channels.readthedocs.io/en/latest/deploying.html#run-interface-servers>`_
you have to use a asgi.py script similar to the following:
.. code-block:: python