diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 05:09:25 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-04 18:46:54 -0500 |
commit | d49881cb19971c058eca4a41317b6487bf939e5c (patch) | |
tree | 3bad566d3db17bf714868284dd1e1c5ed70bc436 /projects | |
parent | 742deff4dddde519e8928c7b13a66a51e83383f1 (diff) | |
download | curl-d49881cb19971c058eca4a41317b6487bf939e5c.tar.gz |
URLs: change more http to https
Diffstat (limited to 'projects')
-rw-r--r-- | projects/generate.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/generate.bat b/projects/generate.bat index 16826e02d..2f7da8244 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -25,7 +25,7 @@ rem NOTES rem rem Do not set %ERRORLEVEL% to anything. %ERRORLEVEL% is a special variable rem that only contains errorlevel when %ERRORLEVEL% is not set. Same for %CD%. -rem http://blogs.msdn.com/b/oldnewthing/archive/2008/09/26/8965755.aspx +rem https://blogs.msdn.microsoft.com/oldnewthing/20080926-00/?p=20743/ rem If you need to set the errorlevel do this instead: CALL :seterr [#] :begin |