From cafb03c0ef4fd85ff7323d79741cbeb058db7978 Mon Sep 17 00:00:00 2001 From: Moshe Kaplan Date: Tue, 31 May 2022 16:21:02 -0400 Subject: [PATCH] logging.rst: Link directly to the Google Group Instead of including a link to https://groups.google.com/forum/#!forum/comp.lang.python which redirects to https://groups.google.com/g/comp.lang.python , replace the link with the post-redirect destination. --- Doc/howto/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 125bde29152270..cc4e278a7fe2e9 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -336,7 +336,7 @@ favourite beverage and carry on. If your logging needs are simple, then use the above examples to incorporate logging into your own scripts, and if you run into problems or don't understand something, please post a question on the comp.lang.python Usenet -group (available at https://groups.google.com/forum/#!forum/comp.lang.python) and you +group (available at https://groups.google.com/g/comp.lang.python) and you should receive help before too long. Still here? You can carry on reading the next few sections, which provide a