From b0b506b933155dbeaa1f5d241fba806a9e9c4732 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 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 ` for information on the authentication backends included with Django.