summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2018-03-12 18:17:05 +0000
committerViktor Szakats <vszakats@users.noreply.github.com>2018-03-12 18:17:05 +0000
commit62a71af6d3eb8c2770ecfa71ad09f661ce9b2752 (patch)
tree04d8b522d2ca4f075ebd6a7d731905ba067f3780
parent8b498a875c975294545581282289991bbcfeabf4 (diff)
downloadcurl-62a71af6d3eb8c2770ecfa71ad09f661ce9b2752.tar.gz
FAQ: fix a broken URL [ci skip]
-rw-r--r--docs/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 4dfd16421..cb28c2a53 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -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!