diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 04:16:52 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-02 22:29:47 -0500 |
commit | b4f595bde474d8f10a5c35491b32e3bde84ec226 (patch) | |
tree | aaa0a48b63b473d182f93a80b403b7a93ad47102 /projects | |
parent | 093f9cd38de68f1a327ac8352cfb1168c1140765 (diff) | |
download | curl-b4f595bde474d8f10a5c35491b32e3bde84ec226.tar.gz |
URLs: change more http to https
Diffstat (limited to 'projects')
-rw-r--r-- | projects/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/README b/projects/README index f83302813..ff727ec9f 100644 --- a/projects/README +++ b/projects/README @@ -68,16 +68,16 @@ Building with Visual C++ If you are building with VC6 then you will also need the February 2003 Edition of the Windows Platform SDK which can be downloaded from: - http://www.microsoft.com/en-us/download/details.aspx?id=12261 + https://www.microsoft.com/en-us/download/details.aspx?id=12261 If you require support for Internationalized Domain Names via Windows IDN then you will need either: * Microsoft Internationalized Domain Name (IDN) Mitigation APIs: - http://www.microsoft.com/en-us/download/details.aspx?id=734 + https://www.microsoft.com/en-us/download/details.aspx?id=734 * Microsoft Windows SDK Update for Windows Vista: - http://www.microsoft.com/en-us/download/details.aspx?id=23719 + https://www.microsoft.com/en-us/download/details.aspx?id=23719 * Microsoft Visual Studio 2010 or above |