summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging-cookbook.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-03-25 11:21:41 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-03-25 11:21:41 (GMT)
commit4908910ab73bebd9b4636bc842d69e649842c2e0 (patch)
tree24baf675d1e5ecb276bdef287d47a98961997763 /Doc/howto/logging-cookbook.rst
parent1afe2af690ce70fa7e27cb26f2478ff2a0066ed1 (diff)
downloadcpython-4908910ab73bebd9b4636bc842d69e649842c2e0.zip
cpython-4908910ab73bebd9b4636bc842d69e649842c2e0.tar.gz
cpython-4908910ab73bebd9b4636bc842d69e649842c2e0.tar.bz2
Updated external link in documentation.
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
-rw-r--r--Doc/howto/logging-cookbook.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
index a21423b..833ad15 100644
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -1308,7 +1308,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.
.. _cookbook-rotator-namer: