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
This commit is contained in:
Malcolm Tredinnick 2007-04-20 09:15:30 +00:00
parent 43973c93b7
commit 6f78709985
10 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@ utilities to automate as much of this process as possible.
This document assumes you know the Django basics, as covered in the
`official tutorial`_.
.. _official tutorial: ../tutorial1/
.. _official tutorial: ../tutorial01/
Give Django your database parameters
====================================