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:
Terence Eden 2025-02-08 22:20:30 +00:00 committed by Daniel Stenberg
parent 116950a250
commit a042c67df3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 7 additions and 7 deletions

View file

@ -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