diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-03-12 18:17:05 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-03-12 18:17:05 +0000 |
commit | 62a71af6d3eb8c2770ecfa71ad09f661ce9b2752 (patch) | |
tree | 04d8b522d2ca4f075ebd6a7d731905ba067f3780 /docs/FAQ | |
parent | 8b498a875c975294545581282289991bbcfeabf4 (diff) | |
download | curl-62a71af6d3eb8c2770ecfa71ad09f661ce9b2752.tar.gz |
FAQ: fix a broken URL [ci skip]
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -998,7 +998,7 @@ FAQ compilers or prior curl versions it may set a time that appears one hour off. This happens due to a flaw in how Windows stores and uses file modification times and it is not easily worked around. For more details read this: - http://www.codeproject.com/datetime/dstbugs.asp + https://www.codeproject.com/Articles/1144/Beating-the-Daylight-Savings-Time-bug-and-getting 4.14 Redirects work in browser but not with curl! |