소스 검색

Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.

Abhishek Bera 6 년 전
부모
커밋
ca67f39afa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/intro/reusable-apps.txt

+ 1 - 1
docs/intro/reusable-apps.txt

@@ -26,7 +26,7 @@ need to write the parts that make your project unique.
 
 Let's say you were starting a new project that needed a polls app like the one
 we've been working on. How do you make this app reusable? Luckily, you're well
-on the way already. In :doc:`Tutorial 3 </intro/tutorial03>`, we saw how we
+on the way already. In :doc:`Tutorial 1 </intro/tutorial01>`, we saw how we
 could decouple polls from the project-level URLconf using an ``include``.
 In this tutorial, we'll take further steps to make the app easy to use in new
 projects and ready to publish for others to install and use.