diff options
| author | Timo Graham <timograham@gmail.com> | 2011-04-24 23:53:24 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-04-24 23:53:24 +0000 |
| commit | 449e84a2f144f026c5a047697c3fe5f01f0fcd41 (patch) | |
| tree | f36a9351ddd738897c421ee28b79417eec94cbc5 /docs/topics | |
| parent | f9fa9327c636b5315b5d41de03a498caed8d934a (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/topics')
| -rw-r--r-- | docs/topics/logging.txt | 2 |
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 |
