summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-20 09:22:01 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-20 09:22:01 +0000
commitb786cc1017617b8e47bb5aea5c3b9f8794ad3d32 (patch)
tree2d8ecfdbed9c0ed770dfb8d237abad9a18545160 /docs/tutorial01.txt
parent6f78709985af62f63e1e5ecd90dad67790a08f6f (diff)
Changed all URL references for django_admin/ to the canonical name of
django-admin/. This will avoid problems with missing HTTP redirects in future historical documents. Refs #3992. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index e768af693e..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
====================