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:
parent
55427add3c
commit
2fc646160f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue