From 51bd1b1f3d9cd461dd0f248110df619d872a241d Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 31 Jul 2025 15:24:27 +0200 Subject: [PATCH] ok, curl.se then --- docs/libcurl/curl_easy_ssls_export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_easy_ssls_export.md b/docs/libcurl/curl_easy_ssls_export.md index f9503c4881..f033be5703 100644 --- a/docs/libcurl/curl_easy_ssls_export.md +++ b/docs/libcurl/curl_easy_ssls_export.md @@ -152,7 +152,7 @@ int main(void) /* run a transfer, all TLS sessions received will be added * to the share. */ - curl_easy_setopt(curl, CURLOPT_URL, "https://www.curl.se/"); + curl_easy_setopt(curl, CURLOPT_URL, "https://curl.se/"); curl_easy_perform(curl); /* export the TLS sessions collected in the share */