aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/https.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/https.c')
-rw-r--r--docs/examples/https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/https.c b/docs/examples/https.c
index 29b50be3b..10b5c657f 100644
--- a/docs/examples/https.c
+++ b/docs/examples/https.c
@@ -17,7 +17,7 @@ int main(void)
curl = curl_easy_init();
if(curl) {
- curl_easy_setopt(curl, CURLOPT_URL, "https://sourceforge.net/");
+ curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/");
#ifdef SKIP_PEER_VERIFICATION
/*