File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1368,7 +1368,7 @@ An example dictionary-based configuration
1368
1368
-----------------------------------------
1369
1369
1370
1370
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 >`_.
1372
1372
This dictionary is passed to :func: `~config.dictConfig ` to put the configuration into effect::
1373
1373
1374
1374
LOGGING = {
@@ -1424,7 +1424,7 @@ This dictionary is passed to :func:`~config.dictConfig` to put the configuration
1424
1424
}
1425
1425
1426
1426
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> `_
1428
1428
of the Django documentation.
1429
1429
1430
1430
.. _cookbook-rotator-namer :
You can’t perform that action at this time.
0 commit comments