]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix legacy logging module URL (GH-28528)
authorSean Leavey <SeanDS@users.noreply.github.com>
Thu, 23 Sep 2021 14:47:10 +0000 (16:47 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 14:47:10 +0000 (07:47 -0700)
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
Doc/library/logging.rst

index 9b35d4daef57795cd541dd3a0eaa7448e1b5ee3a..ee0276aadcf3d0856016d39c2b987a89e56de1af 100644 (file)
@@ -1364,7 +1364,7 @@ with the :mod:`warnings` module.
       The proposal which described this feature for inclusion in the Python standard
       library.
 
-   `Original Python logging package <https://www.red-dove.com/python_logging.html>`_
+   `Original Python logging package <https://old.red-dove.com/python_logging.html>`_
       This is the original source for the :mod:`logging` package.  The version of the
       package available from this site is suitable for use with Python 1.5.2, 2.1.x
       and 2.2.x, which do not include the :mod:`logging` package in the standard