summaryrefslogtreecommitdiff
path: root/lib/hsts.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-04 14:02:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-04 23:59:47 +0100
commit4d2f8006777d6354d9b62eae38ebd0a0256d0f94 (patch)
tree31f6a88fdf1b3d96f52f7e5c008a7e966c7d218d /lib/hsts.c
parent0673cb4d2d97360c68a6ac237eab14fc154bc384 (diff)
downloadcurl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.tar.gz
curl.se: new home
Closes #6172
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 53b6d202b..f828077c7 100644
--- a/lib/hsts.c
+++ b/lib/hsts.c
@@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at https://curl.haxx.se/docs/copyright.html.
+ * are also available at https://curl.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
@@ -346,7 +346,7 @@ CURLcode Curl_hsts_save(struct Curl_easy *data, struct hsts *h,
if(!out)
result = CURLE_WRITE_ERROR;
else {
- fputs("# Your HSTS cache. https://curl.haxx.se/docs/hsts.html\n"
+ fputs("# Your HSTS cache. https://curl.se/docs/hsts.html\n"
"# This file was generated by libcurl! Edit at your own risk.\n",
out);
for(e = h->list.head; e; e = n) {