diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-03-06 22:57:47 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-03-06 22:57:47 -0500 |
commit | 1e58922f1ebb9f2865995c791afa50cbc46f46fe (patch) | |
tree | eb4688183df8c7e12cf1c70f4eb9ab2fed3e9cfa /lib/mprintf.c | |
parent | b90f9fa5eecace4b9da72f123865501d1615b6a4 (diff) | |
download | curl-1e58922f1ebb9f2865995c791afa50cbc46f46fe.tar.gz |
mprintf: update trio project link
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 2 |
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" |