]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix legacy logging module URL (GH-28528)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Sep 2021 15:07:40 +0000 (08:07 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:30:48 +0000 (12:30 +0100)
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
(cherry picked from commit 8492b729ae97737d22544f2102559b2b8dd03a03)

Co-authored-by: Sean Leavey <SeanDS@users.noreply.github.com>
Doc/library/logging.rst

index 05e67e87bbe8a7172f58a0d0c9162282a313b137..9de115a92c2930d91e0e99a4dedfdc29f43bb2c9 100644 (file)
@@ -1356,7 +1356,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