diff options
author | kdekker <kees.dekker@infor.com> | 2018-04-09 12:10:43 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-04-09 15:19:00 +0200 |
commit | 75f517f9686620f51c9d5537563a8bd84308b906 (patch) | |
tree | dd20132c526a6080b761875556dc02d1dc7ad0e2 /winbuild/BUILD.WINDOWS.txt | |
parent | 73070e82423aa64b381fa4bf51ea7ad380c538fc (diff) | |
download | curl-75f517f9686620f51c9d5537563a8bd84308b906.tar.gz |
winbuild: fix URL
Follow up on https://github.com/curl/curl/pull/2472.
Now using en-us instead of nl-nl as language code in the URL.
Closes https://github.com/curl/curl/pull/2475
Diffstat (limited to 'winbuild/BUILD.WINDOWS.txt')
-rw-r--r-- | winbuild/BUILD.WINDOWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index 76887dcda..26092867c 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -12,7 +12,7 @@ Building with Visual C++, prerequisites The latest Platform SDK can be downloaded freely from:
- https://developer.microsoft.com/nl-nl/windows/downloads/sdk-archive
+ https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
If you are building with VC6 then you will also need the February 2003
Edition of the Platform SDK which can be downloaded from:
|