From fe3373c7941e847eb247c6292b5ae37eeeb3188e Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 17 Jul 2005 15:59:59 +0000 Subject: [PATCH] Fixed inevitable ReST bugs in [150] git-svn-id: http://code.djangoproject.com/svn/django/trunk@151 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 29b0d771a4..74762e97eb 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -93,7 +93,7 @@ Now you're set to start doing work. You won't have to take care of this boring administrative stuff again. .. _`Python path`: http://docs.python.org/tut/node8.html#SECTION008110000000000000000 -.. _Django;s ticket system: http://code.djangoproject.com/report/1 +.. _Django's ticket system: http://code.djangoproject.com/report/1 Creating models ===============