summaryrefslogtreecommitdiff
path: root/docs/examples/multithread.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 /docs/examples/multithread.c
parent0673cb4d2d97360c68a6ac237eab14fc154bc384 (diff)
downloadgnurl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.tar.gz
gnurl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.tar.bz2
gnurl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.zip
curl.se: new home
Closes #6172
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..ada1e4ac8 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://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://curl.se/libcurl/c/threadsafe.html
*/
const char * const urls[NUMT]= {
- "https://curl.haxx.se/",
+ "https://curl.se/",
"ftp://cool.haxx.se/",
"https://www.cag.se/",
"www.haxx.se"