summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-18 21:42:45 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-18 21:42:45 +0000
commitcdbc94dbd27bacfcf758e76526c57db3f6001d1e (patch)
tree15feaed81e7f5278a4822c6e48d2445451a4e069 /docs/tutorial01.txt
parenta81d16dadaaf872e969e9e68fa9a04152053ebeb (diff)
Fixed #838 -- Removed unused link in tutorial01.txt. Thanks, paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index edf59b5b54..b20e3ce492 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -94,7 +94,6 @@ type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
display the tables.
.. _`Python path documentation`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000
-.. _Django's ticket system: http://code.djangoproject.com/report/1
Creating models
===============