From 1e6b7bd2a667c57e94dfd62b44a0f404a57fec7b Mon Sep 17 00:00:00 2001 From: cpq Date: Wed, 5 Oct 2022 11:49:06 +0100 Subject: [PATCH] Fix broken link --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 08ddcb2e..0b875995 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1344,7 +1344,7 @@ Parameters: Return value: offset to the next chunk, or 0 if there are no more chunks. -Usage example (or see [form upload tutorial](../tutorials/form-uploads/) ): +Usage example (or see [form upload tutorial](../tutorials/file-uploads/) ): ```c struct mg_http_part part;