summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-06-19 10:37:24 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2013-06-19 10:37:24 +0200
commitb0b506b933155dbeaa1f5d241fba806a9e9c4732 (patch)
treee0f9c6d71f306fb4a4de9662501c94c30dc543a6 /docs
parent2f35c6f10fcbae541691207fb0c0560a13b754fc (diff)
Fixed broken reference in documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/customizing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index ea4ec8686d..ee1aedbd8c 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -37,7 +37,7 @@ plug in other authentication sources. You can override Django's default
database-based scheme, or you can use the default system in tandem with other
systems.
-See the `authentication backend reference
+See the :ref:`authentication backend reference
<authentication-backends-reference>` for information on the authentication
backends included with Django.