https-ify links

- A lot of http links loaded fine on https
- pre-commit.com is now loadable on https via cloudflare
This commit is contained in:
Anthony Sottile 2018-01-13 18:17:54 -08:00
parent c8fd92e368
commit 5a4dc0ce30
8 changed files with 11 additions and 11 deletions

View file

@ -94,7 +94,7 @@ def main(argv=None):
argv = [five.to_text(arg) for arg in argv]
parser = argparse.ArgumentParser()
# http://stackoverflow.com/a/8521644/812183
# https://stackoverflow.com/a/8521644/812183
parser.add_argument(
'-V', '--version',
action='version',