summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-03-25 11:22:24 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-03-25 11:22:24 +0000
commit6d457287eb0b617d90418d4a3a6af7f82b4c0bc3 (patch)
tree8d0f56c9b409be023d662340d0ad4fa6080dc626
parentb50f8c9c0d20bb6213401f786059c5c91a15c3ec (diff)
parent4908910ab73bebd9b4636bc842d69e649842c2e0 (diff)
downloadcpython-git-6d457287eb0b617d90418d4a3a6af7f82b4c0bc3.tar.gz
Merged documentation update from 3.4.
-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 a21423b2ef..833ad15d04 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: