summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 877024e095..4a9d6ad512 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -225,7 +225,7 @@ Since the loading of settings is one of the first things that Django
does, you can be certain that loggers are always ready for use in your
project code.
-.. _dictConfig format: http://docs.python.org/library/logging.html#configuration-dictionary-schema
+.. _dictConfig format: http://docs.python.org/library/logging.config.html#configuration-dictionary-schema
.. _a third-party library: http://bitbucket.org/vinay.sajip/dictconfig