summaryrefslogtreecommitdiff
path: root/docs/examples/shared-connection-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/shared-connection-cache.c')
-rw-r--r--docs/examples/shared-connection-cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/shared-connection-cache.c b/docs/examples/shared-connection-cache.c
index 2ccb9ea80..1928ff7f4 100644
--- a/docs/examples/shared-connection-cache.c
+++ b/docs/examples/shared-connection-cache.c
@@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
- * are also available at https://curl.haxx.se/docs/copyright.html.
+ * are also available at https://www.curl.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
@@ -63,7 +63,7 @@ int main(void)
if(curl) {
CURLcode res;
- curl_easy_setopt(curl, CURLOPT_URL, "https://curl.haxx.se/");
+ curl_easy_setopt(curl, CURLOPT_URL, "https://www.curl.se/");
/* use the share object */
curl_easy_setopt(curl, CURLOPT_SHARE, share);