From 3a2686a70d89f0ad4307ee835072d65ce1c0f310 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 21 Jul 2008 17:12:15 +0000 Subject: [PATCH] Added a link to admin docs in add_ons.txt. Refs #7829. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8028 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/add_ons.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/add_ons.txt b/docs/add_ons.txt index 3f226386fd..2b2de76cba 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -23,9 +23,10 @@ admin ===== The automatic Django administrative interface. For more information, see -`Tutorial 2`_. +`Tutorial 2`_ and the `admin documentation`_. .. _Tutorial 2: ../tutorial02/ +.. _admin documentation: ../admin/ Requires the auth_ and contenttypes_ contrib packages to be installed.