summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorManish Rastogi <manish_001in@yahoo.co.in>2016-02-04 11:57:16 +0530
committerTim Graham <timograham@gmail.com>2016-02-04 07:39:12 -0500
commitad216381fcd7d3d62f1639f9998f5a965d8eaedb (patch)
treecc8c5e0abd5e0f8dacb2bd9a7ba17e4c5883d943 /docs/intro
parenta0ce4c09ff516af52718885120c2231404515428 (diff)
downloaddjango-ad216381fcd7d3d62f1639f9998f5a965d8eaedb.tar.gz
Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/reusable-apps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index 074276baf8..33099de370 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -87,7 +87,7 @@ After the previous tutorials, our project should look like this::
admin/
base_site.html
-You created ``mysite/templates`` in :doc:`Tutorial 2 </intro/tutorial02>`,
+You created ``mysite/templates`` in :doc:`Tutorial 7 </intro/tutorial07>`,
and ``polls/templates`` in :doc:`Tutorial 3 </intro/tutorial03>`. Now perhaps
it is clearer why we chose to have separate template directories for the
project and application: everything that is part of the polls application is in