summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-04-24 23:53:24 +0000
committerTimo Graham <timograham@gmail.com>2011-04-24 23:53:24 +0000
commit449e84a2f144f026c5a047697c3fe5f01f0fcd41 (patch)
treef36a9351ddd738897c421ee28b79417eec94cbc5 /docs/ref
parentf9fa9327c636b5315b5d41de03a498caed8d934a (diff)
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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
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