Replace goo.gl style link (#16373)

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>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Rob Norris <rob.norris@klarasystems.com>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
This commit is contained in:
Alexander Motin 2024-07-25 14:00:32 -04:00 committed by GitHub
parent 55427add3c
commit 2fc646160f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Result(object):
class Output(object): class Output(object):
""" """
This class is a slightly modified version of the 'Stream' class found 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): def __init__(self, stream, debug=False):
self.stream = stream self.stream = stream