summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-09 15:21:28 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-09 15:21:28 +0000
commit4b69ef637a4b621b162a6ec05751cf5f30643fb1 (patch)
tree25117c337e8838810f7a36bc1028d1b3156d600d /docs/tutorial01.txt
parent8eecb95ec8824f8e6ce89fa7a96e094db906a0f5 (diff)
Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2869 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 1c3f977d95..03d4eac635 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -69,7 +69,7 @@ These files are:
* ``urls.py``: The URL declarations for this Django project; a "table of
contents" of your Django-powered site.
-.. _more on packages: http://docs.python.org/tut/node8.html#packages
+.. _more about packages: http://docs.python.org/tut/node8.html#packages
The development server
----------------------