aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2016-02-03 01:45:21 +0100
committerDan Fandrich <dan@coneharvesters.com>2016-02-03 01:45:21 +0100
commit093f9cd38de68f1a327ac8352cfb1168c1140765 (patch)
tree71c5d1b33e7d44a7385187c8dcfa298df92c5239 /lib/mprintf.c
parent493f54c6c009fd078322c847838d55a61ab122e3 (diff)
URLs: Change more haxx.se URLs from http: to https:
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index cd1b56856..b6d9a9c55 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -32,7 +32,7 @@
*
* If you ever want truly portable and good *printf() clones, the project that
* took on from here is named 'Trio' and you find more details on the trio web
- * page at http://daniel.haxx.se/trio/
+ * page at https://daniel.haxx.se/trio/
*/
#include "curl_setup.h"