doc: Use https URLs where possible

This commit is contained in:
Sawyer Billings
2020-12-30 21:49:12 -05:00
committed by fanquake
parent f52f427b8e
commit e8640849c7
14 changed files with 19 additions and 19 deletions

View File

@@ -84,7 +84,7 @@ def get_bind_addrs(pid):
bind_addrs.append(conn[1])
return bind_addrs
# from: http://code.activestate.com/recipes/439093/
# from: https://code.activestate.com/recipes/439093/
def all_interfaces():
'''
Return all interfaces that are up