We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1290f60 commit d692915Copy full SHA for d692915
docs/introduction.rst
@@ -26,7 +26,8 @@ Django project if you like.
26
Turtles All The Way Down
27
------------------------
28
29
-Channels operates on the principle of "turtles all the way down" - we have
+Channels operates on the principle of "`turtles all the way down
30
+<https://en.wikipedia.org/wiki/Turtles_all_the_way_down>`_ " - we have
31
a single idea of what a channels "application" is, and even the simplest of
32
*consumers* (the equivalent of Django views) are an entirely valid
33
:doc:`/asgi` application you can run by themselves.
0 commit comments