diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-08-21 20:56:25 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-22 20:13:11 -0500 |
commit | ae1702bee5e8b3e6d4e31041b4a593826ac60484 (patch) | |
tree | 6de1242c9c265d038d91651b61d9c2c71550de7a /.gitignore | |
parent | bb1c930a418c153eac7e9e85dcab023bb723dd7e (diff) |
Replace HTTP links with HTTPS for sites with HTTPS versions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c1c2374bc3..00d87b6bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,7 @@ gmon.out __MACOSX logs/ -# for projects that use SCons for building: http://http://www.scons.org/ +# for projects that use SCons for building: https://www.scons.org/ .sconf_temp .sconsign*.dblite *.pyc |