diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 14:29:46 -0700 |
commit | a6be21e7b3a20ce2e25ef26140c43b59cc356f38 (patch) | |
tree | 25a5fcd6f7390e654d715d60e62939ff50ac0454 /kafka/util.py | |
parent | 477ab740c0c105daef0e8411f95c06ad49f7f782 (diff) | |
download | kafka-python-a6be21e7b3a20ce2e25ef26140c43b59cc356f38.tar.gz |
Update remote urls: snappy, https, etc
Snappy URL was outdated. Similarly, many of these sites now support
https.
Diffstat (limited to 'kafka/util.py')
-rw-r--r-- | kafka/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/util.py b/kafka/util.py index 75538dd..9354bd9 100644 --- a/kafka/util.py +++ b/kafka/util.py @@ -134,7 +134,7 @@ class ReentrantTimer(object): class WeakMethod(object): """ Callable that weakly references a method and the object it is bound to. It - is based on http://stackoverflow.com/a/24287465. + is based on https://stackoverflow.com/a/24287465. Arguments: |