diff -r 4a35699e7b05 Lib/antigravity.py --- a/Lib/antigravity.py Fri Sep 16 00:56:15 2016 +0000 +++ b/Lib/antigravity.py Fri Sep 16 16:51:55 2016 +0530 @@ -2,7 +2,7 @@ import webbrowser import hashlib -webbrowser.open("http://xkcd.com/353/") +webbrowser.open("https://xkcd.com/353/") def geohash(latitude, longitude, datedow): '''Compute geohash() using the Munroe algorithm.