From bad6db26ff42e048e31c10dc85d7acf5147380f9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 29 Apr 2006 17:10:29 +0000 Subject: [PATCH] magic-removal: Fixed #1718 -- Error in docs/add_ons.txt. Thanks, canen git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2791 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/add_ons.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 44354d9c82..e602e429ad 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -12,9 +12,9 @@ admin ===== The automatic Django administrative interface. For more information, see -`Tutorial 3`_. +`Tutorial 2`_. -.. _Tutorial 3: http://www.djangoproject.com/documentation/tutorial2/ +.. _Tutorial 2: http://www.djangoproject.com/documentation/tutorial2/ comments ========