From 18e7b52e8e95f7204d8ef7ff0f0ff0043afe45a9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Oct 2010 15:00:19 +0200 Subject: examples: use example.com in example URLs --- docs/examples/certinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/certinfo.c') 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); -- cgit v1.2.3