aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-03-06 22:57:47 -0500
committerJay Satiro <raysatiro@yahoo.com>2016-03-06 22:57:47 -0500
commit1e58922f1ebb9f2865995c791afa50cbc46f46fe (patch)
treeeb4688183df8c7e12cf1c70f4eb9ab2fed3e9cfa /lib/mprintf.c
parentb90f9fa5eecace4b9da72f123865501d1615b6a4 (diff)
mprintf: update trio project link
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 b6d9a9c55..f5fc9962f 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 https://daniel.haxx.se/trio/
+ * page at https://daniel.haxx.se/projects/trio/
*/
#include "curl_setup.h"