Skip to content

Commit d692915

Browse files
authored
Linked docs to 'Turtles all the way down' wikipedia page (#2151)
1 parent 1290f60 commit d692915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Django project if you like.
2626
Turtles All The Way Down
2727
------------------------
2828

29-
Channels operates on the principle of "turtles all the way down" - we have
29+
Channels operates on the principle of "`turtles all the way down
30+
<https://en.wikipedia.org/wiki/Turtles_all_the_way_down>`_ " - we have
3031
a single idea of what a channels "application" is, and even the simplest of
3132
*consumers* (the equivalent of Django views) are an entirely valid
3233
:doc:`/asgi` application you can run by themselves.

0 commit comments

Comments
 (0)