Skip to content

Commit 8492b72

Browse files
authored
Fix legacy logging module URL (GH-28528)
The URL listed in the `logging` docs for the original `logging` module leads to a 404. I managed to find the new location for the page and updated the URL. Automerge-Triggered-By: GH:vsajip
1 parent f4ccb79 commit 8492b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ with the :mod:`warnings` module.
13641364
The proposal which described this feature for inclusion in the Python standard
13651365
library.
13661366

1367-
`Original Python logging package <https://www.red-dove.com/python_logging.html>`_
1367+
`Original Python logging package <https://old.red-dove.com/python_logging.html>`_
13681368
This is the original source for the :mod:`logging` package. The version of the
13691369
package available from this site is suitable for use with Python 1.5.2, 2.1.x
13701370
and 2.2.x, which do not include the :mod:`logging` package in the standard

0 commit comments

Comments
 (0)