diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-20 17:42:30 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-04-20 17:42:30 +0000 |
| commit | 172d4ba33b2fdf014bc0c966c64de89e5e6de59f (patch) | |
| tree | 14d8b3e381985aac3e35f7f307c25390d9bd325d /docs/tutorial01.txt | |
| parent | 4230f0c936dab3eb5eabdf96e3a2f24d4213a326 (diff) | |
boulder-oracle-sprint: Merged to [5045]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
| -rw-r--r-- | docs/tutorial01.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index b29d7b813f..7657bc7bf7 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -124,7 +124,7 @@ It worked! Full docs for the development server are at `django-admin documentation`_. -.. _django-admin documentation: ../django_admin/ +.. _django-admin documentation: ../django-admin/ Database setup -------------- @@ -400,7 +400,7 @@ as you like, and it will only ever create the tables that don't exist. Read the `django-admin.py documentation`_ for full information on what the ``manage.py`` utility can do. -.. _django-admin.py documentation: ../django_admin/ +.. _django-admin.py documentation: ../django-admin/ Playing with the API ==================== @@ -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/ |
