⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 106712 in webkit


Ignore:
Timestamp:
Feb 3, 2012, 5:09:05 PM (15 years ago)
Author:
Lucas Forschler
Message:

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

Location:
trunk/Tools/Scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/Scripts/update-webkit-auxiliary-libs

    r83639 r106712  
    3535my $file = "WebKitAuxiliaryLibrary";
    3636my $zipFile = "$file.zip";
    37 my $auxiliaryLibsURL = "http://developer.apple.com/opensource/internet/$zipFile";
     37my $auxiliaryLibsURL = "https://developer.apple.com/opensource/internet/$zipFile";
    3838my $command = "$FindBin::Bin/update-webkit-dependency";
    3939
  • trunk/Tools/Scripts/update-webkit-support-libs

    r106710 r106712  
    136136Please download $zipFile from:
    137137
    138     http://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
     138    https://developer.apple.com/opensource/internet/webkit_sptlib_agree.html
    139139
    140140and place it in:
Note: See TracChangeset for help on using the changeset viewer.