summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial06.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-03-07 14:15:39 -0500
committerTim Graham <timograham@gmail.com>2013-03-29 19:15:19 -0400
commit6c730da1f6d34f5c38fa1d990d368286e016546c (patch)
treebf4d54de93cd7e33f829b990d3a3eb4564feaef6 /docs/intro/tutorial06.txt
parentc32fc79aa120a0a129680805aef6731c1c2c7aef (diff)
Fixed #19897 - Updated static files howto.
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing.
Diffstat (limited to 'docs/intro/tutorial06.txt')
-rw-r--r--docs/intro/tutorial06.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt
index 28e1cabd96..6b3d0f35e2 100644
--- a/docs/intro/tutorial06.txt
+++ b/docs/intro/tutorial06.txt
@@ -108,7 +108,7 @@ loaded in the bottom right of the screen.
These are the **basics**. For more details on settings and other bits included
with the framework see
-:doc:`the static files howto </howto/static-files>` and the
+:doc:`the static files howto </howto/static-files/index>` and the
:doc:`the staticfiles reference </ref/contrib/staticfiles>`. :doc:`Deploying
static files </howto/static-files/deployment>` discusses how to use static
files on a real server.