mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:43:39 +03:00
docs: use valid example domain names
Replace .site domains and domain.com with valid example domains. Fixes #16269 Closes #16270
This commit is contained in:
parent
116950a250
commit
a042c67df3
6 changed files with 7 additions and 7 deletions
|
|
@ -82,7 +82,7 @@ int main(void)
|
|||
curl = curl_easy_init();
|
||||
if(curl) {
|
||||
/* what call to write: */
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://your.favourite.ssl.site");
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "HTTPS://secure.site.example");
|
||||
curl_easy_setopt(curl, CURLOPT_HEADERDATA, headerfile);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue