Title: [106712] trunk/Tools/Scripts
Revision
106712
Author
[email protected]
Date
2012-02-03 17:09:05 -0800 (Fri, 03 Feb 2012)

Log Message

Fix other instances of http://developer links which should be https://developer

Modified Paths

Diff

Modified: trunk/Tools/Scripts/update-webkit-auxiliary-libs (106711 => 106712)


--- trunk/Tools/Scripts/update-webkit-auxiliary-libs	2012-02-04 01:05:24 UTC (rev 106711)
+++ trunk/Tools/Scripts/update-webkit-auxiliary-libs	2012-02-04 01:09:05 UTC (rev 106712)
@@ -34,7 +34,7 @@
 
 my $file = "WebKitAuxiliaryLibrary";
 my $zipFile = "$file.zip"; 
-my $auxiliaryLibsURL = "http://developer.apple.com/opensource/internet/$zipFile";
+my $auxiliaryLibsURL = "https://developer.apple.com/opensource/internet/$zipFile";
 my $command = "$FindBin::Bin/update-webkit-dependency";
 
 system("perl", $command, $auxiliaryLibsURL, "win") == 0 or die;

Modified: trunk/Tools/Scripts/update-webkit-support-libs (106711 => 106712)


--- trunk/Tools/Scripts/update-webkit-support-libs	2012-02-04 01:05:24 UTC (rev 106711)
+++ trunk/Tools/Scripts/update-webkit-support-libs	2012-02-04 01:09:05 UTC (rev 106712)
@@ -135,7 +135,7 @@
 $message
 Please download $zipFile from:
 
-    http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
+    https://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
 
 and place it in:
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to