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 diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 540de869b2..64becd1799 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