summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2011-05-31 09:44:18 +0000
committerTimo Graham <timograham@gmail.com>2011-05-31 09:44:18 +0000
commitd2abec535e33ee781a6d8909840b88048d034970 (patch)
treedba4e85275e185e68a8eaadce753d57d7afda9d0 /docs/ref
parent6e87dacf62e742b78787659b9a51561fd5465682 (diff)
[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth for the report; jonash for the patch.
Backport of r16100 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16301 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 81ff9e39a6..6d69a085d9 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1196,7 +1196,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