]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mailing lists: move from cool.haxx.se to lists.haxx.se
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Aug 2021 07:51:07 +0000 (09:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Aug 2021 07:51:07 +0000 (09:51 +0200)
docs/DEPRECATE.md
docs/HELP-US.md
docs/examples/multithread.c
include/curl/curl.h
m4/curl-compilers.m4

index 25cdc869c09566fd8a081db8358fccbd284a6702..464974d1ac72d5cce5ac36a36e757696bc5a43b9 100644 (file)
@@ -2,7 +2,7 @@
 
 If any of these deprecated features is a cause for concern for you, please
 email the
-[curl-library mailing list](https://cool.haxx.se/mailman/listinfo/curl-library)
+[curl-library mailing list](https://lists.haxx.se/listinfo/curl-library)
 as soon as possible and explain to us why this is a problem for you and
 how your use case can't be satisfied properly using a workaround.
 
index ce3d720bed95ac643b10fd7b096fa972eeca6d00..257845190046ee196d3387ca9a0452f95601061a 100644 (file)
@@ -5,7 +5,7 @@ looking for ways to contribute and help out, this document aims to give a few
 good starting points.
 
 A good idea is to start by subscribing to the [curl-library mailing
-list](https://cool.haxx.se/mailman/listinfo/curl-library) to keep track of the
+list](https://lists.haxx.se/listinfo/curl-library) to keep track of the
 current discussion topics.
 
 ## Scratch your own itch
index ada1e4ac81351b2e2dd60978ba3ca9925ecc281e..003c312cdd4b0b8f6ec8511b5cf1470364512fe8 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, 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)
index 521c254e7700dc78c6ae7f544fadffcf27c7132c..835c3d871bcbaf260313770fe0256a4778358902 100644 (file)
@@ -25,9 +25,6 @@
 /*
  * If you have libcurl problems, all docs and details are found here:
  *   https://curl.se/libcurl/
- *
- * curl-library mailing list subscription and unsubscription web interface:
- *   https://cool.haxx.se/mailman/listinfo/curl-library/
  */
 
 #ifdef CURL_NO_OLDIES
index 6d17a9fbd7d3f6efe61c534c80aa722570ad8352..5fb17cc8c7e109aa98f9c88fe4001b9572573644 100644 (file)
@@ -64,7 +64,7 @@ AC_DEFUN([CURL_CHECK_COMPILER], [
 ***
 *** If you wish to help the curl project to better support your compiler
 *** you can report this and the required info on the libcurl development
-*** mailing list: https://cool.haxx.se/mailman/listinfo/curl-library/
+*** mailing list: https://lists.haxx.selistinfo/curl-library/
 ***
 _EOF
   fi