Replace goo.gl style link

That URL shortening scheme should stop working soon [1], while we
don't really need it here.

1. https://developers.googleblog.com/en/google-url-shortener-links-will-no-longer-be-available/

Signed-off-by:  Alexander Motin <mav@FreeBSD.org>
This commit is contained in:
Alexander Motin 2024-07-21 13:51:20 -04:00
parent aea42e1379
commit b1c45b2104
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Result(object):
class Output(object):
"""
This class is a slightly modified version of the 'Stream' class found
here: http://goo.gl/aSGfv
here: https://stackoverflow.com/q/4984549/
"""
def __init__(self, stream, debug=False):
self.stream = stream