summaryrefslogtreecommitdiff
path: root/docs/examples/multithread.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
commitd1ceeb3b5ac012c6b089d256e770e2b571dcfd61 (patch)
tree8d2f3c45f71ead4c1772d09b99e0ab1b7bddcd0f /docs/examples/multithread.c
parentb8895509a07fd60677eed53bfce0947aa5a8e409 (diff)
downloadcurl-bagder/www.curl.se.tar.gz
www.curl.se: new project homebagder/www.curl.se
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r--docs/examples/multithread.c6
1 files changed, 3 insertions, 3 deletions
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"