mailing lists: move from cool.haxx.se to lists.haxx.se
This commit is contained in:
parent
4fee6c644f
commit
d4d53d99b1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
If any of these deprecated features is a cause for concern for you, please
|
If any of these deprecated features is a cause for concern for you, please
|
||||||
email the
|
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
|
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.
|
how your use case can't be satisfied properly using a workaround.
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ looking for ways to contribute and help out, this document aims to give a few
|
|||||||
good starting points.
|
good starting points.
|
||||||
|
|
||||||
A good idea is to start by subscribing to the [curl-library mailing
|
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.
|
current discussion topics.
|
||||||
|
|
||||||
## Scratch your own itch
|
## Scratch your own itch
|
||||||
|
|||||||
@ -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
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@ -41,9 +41,9 @@
|
|||||||
*/
|
*/
|
||||||
const char * const urls[NUMT]= {
|
const char * const urls[NUMT]= {
|
||||||
"https://curl.se/",
|
"https://curl.se/",
|
||||||
"ftp://cool.haxx.se/",
|
"ftp://example.com/",
|
||||||
"https://www.cag.se/",
|
"https://example.net/",
|
||||||
"www.haxx.se"
|
"www.example"
|
||||||
};
|
};
|
||||||
|
|
||||||
static void *pull_one_url(void *url)
|
static void *pull_one_url(void *url)
|
||||||
|
|||||||
@ -25,9 +25,6 @@
|
|||||||
/*
|
/*
|
||||||
* If you have libcurl problems, all docs and details are found here:
|
* If you have libcurl problems, all docs and details are found here:
|
||||||
* https://curl.se/libcurl/
|
* 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
|
#ifdef CURL_NO_OLDIES
|
||||||
|
|||||||
@ -64,7 +64,7 @@ AC_DEFUN([CURL_CHECK_COMPILER], [
|
|||||||
***
|
***
|
||||||
*** If you wish to help the curl project to better support your 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
|
*** 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
|
_EOF
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user