diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurl.def | 2 | ||||
-rw-r--r-- | lib/mprintf.c | 2 | ||||
-rw-r--r-- | lib/rawstr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurl.def b/lib/libcurl.def index e051970b9..e01255725 100644 --- a/lib/libcurl.def +++ b/lib/libcurl.def @@ -4,7 +4,7 @@ LIBRARY LIBCURL -;DESCRIPTION 'curl libcurl - http://curl.haxx.se' +;DESCRIPTION 'curl libcurl - https://curl.haxx.se' EXPORTS curl_easy_cleanup @ 1 ; diff --git a/lib/mprintf.c b/lib/mprintf.c index cd1b56856..b6d9a9c55 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -32,7 +32,7 @@ * * If you ever want truly portable and good *printf() clones, the project that * took on from here is named 'Trio' and you find more details on the trio web - * page at http://daniel.haxx.se/trio/ + * page at https://daniel.haxx.se/trio/ */ #include "curl_setup.h" diff --git a/lib/rawstr.c b/lib/rawstr.c index 7aa1a46c9..5665ebd36 100644 --- a/lib/rawstr.c +++ b/lib/rawstr.c @@ -94,7 +94,7 @@ char Curl_raw_toupper(char in) /* * Curl_raw_equal() is for doing "raw" case insensitive strings. This is meant * to be locale independent and only compare strings we know are safe for - * this. See http://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for + * this. See https://daniel.haxx.se/blog/2008/10/15/strcasecmp-in-turkish/ for * some further explanation to why this function is necessary. * * The function is capable of comparing a-z case insensitively even for |