From d49881cb19971c058eca4a41317b6487bf939e5c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Feb 2016 05:09:25 +0100 Subject: URLs: change more http to https --- lib/escape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/escape.c') diff --git a/lib/escape.c b/lib/escape.c index 3da6c0cea..40338a904 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -39,7 +39,7 @@ /* Portable character check (remember EBCDIC). Do not use isalnum() because its behavior is altered by the current locale. - See http://tools.ietf.org/html/rfc3986#section-2.3 + See https://tools.ietf.org/html/rfc3986#section-2.3 */ static bool Curl_isunreserved(unsigned char in) { -- cgit v1.2.3