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/multi-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/multi-single.c') diff --git a/docs/examples/multi-single.c b/docs/examples/multi-single.c index fdcb5d8a8..f248afe76 100644 --- a/docs/examples/multi-single.c +++ b/docs/examples/multi-single.c @@ -32,7 +32,7 @@ int main(int argc, char **argv) http_handle = curl_easy_init(); /* set the options (I left out a few, you'll get the point anyway) */ - curl_easy_setopt(http_handle, CURLOPT_URL, "http://www.haxx.se/"); + curl_easy_setopt(http_handle, CURLOPT_URL, "http://www.example.com/"); /* init a multi stack */ multi_handle = curl_multi_init(); -- cgit v1.2.3