From 9a4c39bb82582fe492d652d61b44449bd688f11d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 23 May 2006 14:20:51 +0000 Subject: [PATCH] Fixed incorrect link in docs/sites.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2968 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/sites.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sites.txt b/docs/sites.txt index 51f57afe4f..cca9f14f31 100644 --- a/docs/sites.txt +++ b/docs/sites.txt @@ -308,4 +308,4 @@ Here's how Django uses the sites framework: .. _redirects framework: http://www.djangoproject.com/documentation/redirects/ .. _flatpages framework: http://www.djangoproject.com/documentation/flatpages/ .. _syndication framework: http://www.djangoproject.com/documentation/syndication/ -.. _authentication framework: http://www.djangoproject.com/documentation/syndication/ +.. _authentication framework: http://www.djangoproject.com/documentation/authentication/