From: kevin seelbach <2671980+kevinseelbach@users.noreply.github.com> Date: Sun, 14 Jun 2020 17:23:47 +0000 (-0500) Subject: Fixes dead links to Django's logging config docs (GH-20823) X-Git-Tag: v3.10.0a1~626 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=714217f9561507bbc7218a02089d0e1da0239372;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 17f4ff6e474c..de0f834551f5 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -1368,7 +1368,7 @@ An example dictionary-based configuration ----------------------------------------- Below is an example of a logging configuration dictionary - it's taken from -the `documentation on the Django project `_. +the `documentation on the Django project `_. This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect:: LOGGING = { @@ -1424,7 +1424,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 `_ +section `_ of the Django documentation. .. _cookbook-rotator-namer: