summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-03-14 18:17:08 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-03-14 18:17:08 +0000
commitdd69bdcf946eac3740b8947eb2d412d53371a5a9 (patch)
treef146605e63ff5060a833fc8d74110f8de21d6168 /docs
parentaf5f07897cf6938b0a83ece681564745cdb0f5e3 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/authentication.txt2
1 files changed, 1 insertions, 1 deletions
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
==============================