Prechádzať zdrojové kódy

Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.

Manish Rastogi 9 rokov pred
rodič
commit
ad216381fc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/intro/reusable-apps.txt

+ 1 - 1
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