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