Fixes dead links to Django's logging config docs (GH-20823) (GH-22171)

(cherry picked from commit 714217f956)
This commit is contained in:
Miss Islington (bot) 2020-09-09 06:40:41 -07:00 committed by GitHub
parent 23d3681671
commit 778a9b2c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1368,7 +1368,7 @@ An example dictionary-based configuration
----------------------------------------- -----------------------------------------
Below is an example of a logging configuration dictionary - it's taken from Below is an example of a logging configuration dictionary - it's taken from
the `documentation on the Django project <https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-logging>`_. the `documentation on the Django project <https://docs.djangoproject.com/en/stable/topics/logging/#configuring-logging>`_.
This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect:: This dictionary is passed to :func:`~config.dictConfig` to put the configuration into effect::
LOGGING = { 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 For more information about this configuration, you can see the `relevant
section <https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-logging>`_ section <https://docs.djangoproject.com/en/stable/topics/logging/#configuring-logging>`_
of the Django documentation. of the Django documentation.
.. _cookbook-rotator-namer: .. _cookbook-rotator-namer: