URLs: change all http:// URLs to https://

This commit is contained in:
Daniel Stenberg
2016-02-03 00:19:02 +01:00
parent d33dd0b195
commit 4af40b3646
1026 changed files with 1270 additions and 1270 deletions

View File

@@ -2,7 +2,7 @@
# pass files as argument(s)
my $docroot="http://curl.haxx.se/libcurl/c";
my $docroot="https://curl.haxx.se/libcurl/c";
for $f (@ARGV) {
open(NEW, ">$f.new");