From 9e078211cedcce94288d5ca40c95708c2f95685e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Sep 2020 23:04:07 +0200 Subject: man pages: switch to https://example.com URLs Since HTTPS is "the new normal", this update changes a lot of man page examples to use https://example.com instead of the previous "http://..." --- docs/libcurl/curl_easy_cleanup.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl/curl_easy_cleanup.3') diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3 index 626d98c51..b313bb0a3 100644 --- a/docs/libcurl/curl_easy_cleanup.3 +++ b/docs/libcurl/curl_easy_cleanup.3 @@ -60,7 +60,7 @@ None CURL *curl = curl_easy_init(); if(curl) { CURLcode res; - curl_easy_setopt(curl, CURLOPT_URL, "http://example.com"); + curl_easy_setopt(curl, CURLOPT_URL, "https://example.com"); res = curl_easy_perform(curl); curl_easy_cleanup(curl); } -- cgit v1.2.1