From 449e84a2f144f026c5a047697c3fe5f01f0fcd41 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sun, 24 Apr 2011 23:53:24 +0000 Subject: Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16100 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 76005f04e0..69892c7267 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1191,7 +1191,7 @@ configuration method by default. If you set :setting:`LOGGING_CONFIG` to ``None``, the logging configuration process will be skipped. -.. _dictConfig: http://docs.python.org/library/logging.html#logging.dictConfig +.. _dictConfig: http://docs.python.org/library/logging.config.html#configuration-dictionary-schema .. setting:: LOGIN_REDIRECT_URL -- cgit v1.3