mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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:
parent
43973c93b7
commit
6f78709985
10 changed files with 12 additions and 12 deletions
|
@ -5,7 +5,7 @@ Writing your first Django app, part 3
|
|||
This tutorial begins where `Tutorial 2`_ left off. We're continuing the Web-poll
|
||||
application and will focus on creating the public interface -- "views."
|
||||
|
||||
.. _Tutorial 2: ../tutorial2/
|
||||
.. _Tutorial 2: ../tutorial02/
|
||||
|
||||
Philosophy
|
||||
==========
|
||||
|
@ -463,4 +463,4 @@ All the poll app cares about is its relative URLs, not its absolute URLs.
|
|||
When you're comfortable with writing views, read `part 4 of this tutorial`_ to
|
||||
learn about simple form processing and generic views.
|
||||
|
||||
.. _part 4 of this tutorial: ../tutorial4/
|
||||
.. _part 4 of this tutorial: ../tutorial04/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue