summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-06-11 10:34:00 +0200
committerJannis Leidel <jannis@leidel.info>2012-06-11 10:40:23 +0200
commitc4c7fbcc0d9264beb931b45969fc0d8d655c4f83 (patch)
treec24c486f776633f5219771645579f9de7dad3483 /docs/intro/tutorial04.txt
parent1a10a06b9f510f796beb2ffef39c7885cba2ad67 (diff)
Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt
index fac1433a8d..44b9c16c2a 100644
--- a/docs/intro/tutorial04.txt
+++ b/docs/intro/tutorial04.txt
@@ -320,7 +320,7 @@ function anymore -- generic views can be (and are) used multiple times
Run the server, and use your new polling app based on generic views.
For full details on generic views, see the :doc:`generic views documentation
-</topics/class-based-views>`.
+</topics/class-based-views/index>`.
Coming soon
===========