summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-20 09:15:30 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-20 09:15:30 +0000
commit6f78709985af62f63e1e5ecd90dad67790a08f6f (patch)
treecf2a01352b265864ca1c7cb90a7ebfad66a27466 /docs/tutorial01.txt
parent43973c93b798111855019bd4c3a3f4fd55dbe6ba (diff)
Changed all references to tutorial1/ to be tutorial01/ (and similarly for
tutorials 2, 3 and 4). This matches the canonical name we use under djangoproject.com/documentation/ as well as the source filename. Should avoid problems with archived documentation and missing HTTP redirects. Refs #4013. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index b29d7b813f..e768af693e 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -578,4 +578,4 @@ When you're comfortable with the API, read `part 2 of this tutorial`_ to get
Django's automatic admin working.
.. _Database API reference: ../db_api/
-.. _part 2 of this tutorial: ../tutorial2/
+.. _part 2 of this tutorial: ../tutorial02/