summaryrefslogtreecommitdiff
path: root/lib/hsts.c
diff options
context:
space:
mode:
authorlucas <lucas@cloudflare.com>2022-01-21 18:52:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2022-01-21 23:06:36 +0100
commit519b62ccd0a4c7870ac7bb4378cca3cd7b7f13d6 (patch)
treea50d5bc41856fabb3e02561dd9b981363595e931 /lib/hsts.c
parent6c82e3f42dd5252147fd875527ae1d62a97ef5f8 (diff)
downloadcurl-519b62ccd0a4c7870ac7bb4378cca3cd7b7f13d6.tar.gz
docs: update IETF links to use datatracker
The tools.ietf.org domain has been deprecated a while now, with the links being redirected to datatracker.ietf.org. Rather than make people eat that redirect time, this change switches the URL to a more canonical source. Closes #8317
Diffstat (limited to 'lib/hsts.c')
-rw-r--r--lib/hsts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hsts.c b/lib/hsts.c
index 052dc1157..03fcc9e42 100644
--- a/lib/hsts.c
+++ b/lib/hsts.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2020 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2020 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -21,7 +21,7 @@
***************************************************************************/
/*
* The Strict-Transport-Security header is defined in RFC 6797:
- * https://tools.ietf.org/html/rfc6797
+ * https://datatracker.ietf.org/doc/html/rfc6797
*/
#include "curl_setup.h"