From f171ed6b68ef6511268da314769c0ce6ef373f01 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 19 Jun 2013 10:37:24 +0200 Subject: [PATCH] Fixed broken reference in documentation. --- docs/topics/auth/customizing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 2aa01b3ab95..3764f17218a 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 ` for information on the authentication backends included with Django.