Update http:// to https:// in code

Where https is working, code was updated to use it.
This commit is contained in:
Tomas Kopecek 2016-12-19 10:38:51 +01:00 committed by Mike McLean
parent 9852064e35
commit f4ede5339f
7 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
[hub]
## ConfigParser style config file, similar to ini files
## http://docs.python.org/library/configparser.html
## https://docs.python.org/library/configparser.html
##
## Note that multiline values can be set by indenting subsequent lines
## (which means you should not indent regular lines)