From 566af30ce69a627bff8dab872e5698c3f6833e4d Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 29 May 2020 12:15:08 +0200 Subject: [PATCH] Fixed malformed links in documentation --- docs/cookbook.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index bb5f048..9184172 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -332,8 +332,8 @@ Channels -------- If you want to deploy a project that uses the Django channels with -`Daphne ` as the -`interface server ` +`Daphne `_ as the +`interface server `_ you have to use a asgi.py script similar to the following: .. code-block:: python