summaryrefslogtreecommitdiff
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:39:01 +0200
commitf171ed6b68ef6511268da314769c0ce6ef373f01 (patch)
tree5735439ef2f7d6aa52d8021ca4aba97db2f3a469
parent9d86550a70ccb84249f493cef74db4636f20c3f1 (diff)
Fixed broken reference in documentation.
-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 2aa01b3ab9..3764f17218 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.