mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
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://..." Closes #5969
This commit is contained in:
parent
cd048aaa28
commit
83cc966708
125 changed files with 129 additions and 129 deletions
|
|
@ -47,7 +47,7 @@ All
|
|||
.nf
|
||||
CURL *curl = curl_easy_init();
|
||||
if(curl) {
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com");
|
||||
|
||||
/* complete connection within 10000 milliseconds */
|
||||
curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 10000L);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue