From d4d53d99b1bbf75e95e9493cae930257ee443ffe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Aug 2021 09:51:07 +0200 Subject: mailing lists: move from cool.haxx.se to lists.haxx.se --- docs/examples/multithread.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index ada1e4ac8..003c312cd 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -41,9 +41,9 @@ */ const char * const urls[NUMT]= { "https://curl.se/", - "ftp://cool.haxx.se/", - "https://www.cag.se/", - "www.haxx.se" + "ftp://example.com/", + "https://example.net/", + "www.example" }; static void *pull_one_url(void *url) -- cgit v1.2.1