diff options
Diffstat (limited to 'lib/hsts.c')
-rw-r--r-- | lib/hsts.c | 4 |
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) { |