]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-136882: Update stale link in the basic logging tutorial. (#136885)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 21 Jul 2025 08:29:12 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 08:29:12 +0000 (10:29 +0200)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/howto/logging.rst

index 2982cf88bf97b4d382e6dc4632d0a5522b6f3841..b7225ff1c2cbfc863c7164f78d1aa3e81d23d1e9 100644 (file)
@@ -302,10 +302,10 @@ reading the following sections. If you're ready for that, grab some of your
 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/g/comp.lang.python) and you
-should receive help before too long.
+logging into your own scripts, and if you run into problems or don't understand
+something, please post a question in the Help category of the `Python
+discussion forum <https://discuss.python.org/c/help/7>`_ and you should receive
+help before too long.
 
 Still here? You can carry on reading the next few sections, which provide a
 slightly more advanced/in-depth tutorial than the basic one above. After that,