gh-136882: Update stale link in the basic logging tutorial. (#136885)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
Vinay Sajip 2025-07-21 09:29:12 +01:00 committed by GitHub
parent 5798348a07
commit 1e672935b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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,