aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/certinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/certinfo.c')
-rw-r--r--docs/examples/certinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/certinfo.c b/docs/examples/certinfo.c
index b0e9759f4..ceb0ac2b0 100644
--- a/docs/examples/certinfo.c
+++ b/docs/examples/certinfo.c
@@ -20,7 +20,7 @@ int main(int argc, char **argv)
curl = curl_easy_init();
if(curl) {
- curl_easy_setopt(curl, CURLOPT_URL, "https://www.networking4all.com/");
+ curl_easy_setopt(curl, CURLOPT_URL, "https://www.example.com/");
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, wrfu);