diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-03-25 11:20:22 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-03-25 11:20:22 (GMT) |
commit | 33a431cb3c60f9ca25e96fbb5a221441da6cef75 (patch) | |
tree | c9bd18393b4e6fc64ae080a78601534a4d7c3b62 | |
parent | 0fef31efc266c5153c5ecf7f5796c401e0f33344 (diff) | |
download | cpython-33a431cb3c60f9ca25e96fbb5a221441da6cef75.zip cpython-33a431cb3c60f9ca25e96fbb5a221441da6cef75.tar.gz cpython-33a431cb3c60f9ca25e96fbb5a221441da6cef75.tar.bz2 |
Updated external link in documentation.
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 3128402..07b04f9 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -706,7 +706,7 @@ This dictionary is passed to :func:`~config.dictConfig` to put the configuration } For more information about this configuration, you can see the `relevant -section <https://docs.djangoproject.com/en/1.3/topics/logging/#configuring-logging>`_ +section <https://docs.djangoproject.com/en/1.6/topics/logging/#configuring-logging>`_ of the Django documentation. Inserting a BOM into messages sent to a SysLogHandler |