diff options
Diffstat (limited to 'docs/examples/multi-single.c')
-rw-r--r-- | docs/examples/multi-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |