Skip to content

Commit 714217f

Browse files
Fixes dead links to Django's logging config docs (GH-20823)
Fixes two outdated URLs to point at the current "stable" version of Django's logging documentation. Automerge-Triggered-By: @vsajip
1 parent 8f04a84 commit 714217f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/logging-cookbook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ An example dictionary-based configuration
13681368
-----------------------------------------
13691369

13701370
Below is an example of a logging configuration dictionary - it's taken from
1371-
the `documentation on the Django project <https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-logging>`_.
1371+
the `documentation on the Django project <https://docs.djangoproject.com/en/stable/topics/logging/#configuring-logging>`_.
13721372
This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect::
13731373

13741374
LOGGING = {
@@ -1424,7 +1424,7 @@ This dictionary is passed to :func:`~config.dictConfig` to put the configuration
14241424
}
14251425

14261426
For more information about this configuration, you can see the `relevant
1427-
section <https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-logging>`_
1427+
section <https://docs.djangoproject.com/en/stable/topics/logging/#configuring-logging>`_
14281428
of the Django documentation.
14291429

14301430
.. _cookbook-rotator-namer:

0 commit comments

Comments
 (0)