From dd69bdcf946eac3740b8947eb2d412d53371a5a9 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Fri, 14 Mar 2008 18:17:08 +0000 Subject: [PATCH] Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7243 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.txt b/docs/authentication.txt index ade2d71132..9167458db2 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -309,7 +309,7 @@ with that ``User``. For more information, see `Chapter 12 of the Django book`_. -.. _Chapter 12 of the Django book: http://www.djangobook.com/en/beta/chapter12/#cn226 +.. _Chapter 12 of the Django book: http://www.djangobook.com/en/1.0/chapter12/#cn222 Authentication in Web requests ==============================