From 3d164ab04f02cd574428950649760bea52288d9f Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 26 Feb 2007 05:16:52 +0000 Subject: [PATCH] D'oh, fixed broken ReST in last commit. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4595 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 52923c74fa..d47dd4a19d 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -25,6 +25,9 @@ installed. to `django-users`_ or drop by `#django`_ on ``irc.freenode.net`` and we'll try to help. +.. _django-users: http://groups.google.com/group/django-users +.. _#django: irc://irc.freenode.net/django + Creating a project ==================