]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] Fix legacy logging module URL (GH-28528) (GH-28531)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Sep 2021 15:42:31 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Sep 2021 15:42:31 +0000 (16:42 +0100)
Co-authored-by: Sean Leavey <SeanDS@users.noreply.github.com>
Doc/library/logging.rst

index 6233a2a6746120028cb2e04e61defa5ebe9c6c89..1a4c84e4a3a217d3e5f8df14afec101361fe3362 100644 (file)
@@ -1348,7 +1348,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