summaryrefslogtreecommitdiff
path: root/docs/intro
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
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')
-rw-r--r--docs/intro/overview.txt2
-rw-r--r--docs/intro/tutorial06.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index 2081c960fc..8753817256 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -272,7 +272,7 @@ following blocks." In short, that lets you dramatically cut down on redundancy
in templates: each template has to define only what's unique to that template.
Here's what the "base.html" template, including the use of :doc:`static files
-</howto/static-files>`, might look like:
+</howto/static-files/index>`, might look like:
.. code-block:: html+django
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.