From d1ceeb3b5ac012c6b089d256e770e2b571dcfd61 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Nov 2020 14:52:02 +0100 Subject: www.curl.se: new project home --- docs/examples/multithread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/examples/multithread.c') diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 5777e5c03..f25083aee 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.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://www.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 @@ -36,11 +36,11 @@ If you intend to use a SSL-based protocol here you might need to setup TLS library mutex callbacks as described here: - https://curl.haxx.se/libcurl/c/threadsafe.html + https://www.curl.se/libcurl/c/threadsafe.html */ const char * const urls[NUMT]= { - "https://curl.haxx.se/", + "https://www.curl.se/", "ftp://cool.haxx.se/", "https://www.cag.se/", "www.haxx.se" -- cgit v1.2.1