aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Leavey <SeanDS@users.noreply.github.com>2021-09-23 16:47:10 +0200
committerGitHub <noreply@github.com>2021-09-23 07:47:10 -0700
commit8492b729ae97737d22544f2102559b2b8dd03a03 (patch)
tree280008dfdc9432c3af933e6b8cbe7fa80222b28c
parentbpo-43760: Document PyThreadState.use_tracing removal (GH-28527) (diff)
downloadcpython-8492b729ae97737d22544f2102559b2b8dd03a03.tar.gz
cpython-8492b729ae97737d22544f2102559b2b8dd03a03.tar.bz2
cpython-8492b729ae97737d22544f2102559b2b8dd03a03.zip
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
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 9b35d4daef..ee0276aadc 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -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