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/threaded-ssl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/examples/threaded-ssl.c') diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c index 438ddaa03..284edc419 100644 --- a/docs/examples/threaded-ssl.c +++ b/docs/examples/threaded-ssl.c @@ -91,10 +91,10 @@ void init_locks(void) /* List of URLs to fetch.*/ const char * const urls[]= { - "https://www.sf.net/", - "https://www.openssl.org/", - "https://www.sf.net/", - "https://www.openssl.org/", + "https://www.example.com/", + "https://www2.example.com/", + "https://www3.example.com/", + "https://www4.example.com/", }; static void *pull_one_url(void *url) -- cgit v1.2.3