From c50e2c23c4d3b9c436d1b7de748b4c3809356f41 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 29 Sep 2023 22:43:59 +0100 Subject: API-C.md: Fix a broken fragment link Fixes: 1beab00ac ("Allow to set the HTTP response status") Signed-off-by: Andrew Clayton --- API-C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-C.md b/API-C.md index 8b99870..298867d 100644 --- a/API-C.md +++ b/API-C.md @@ -328,7 +328,7 @@ internal API has failed or an OS level error occurred, then you can simply return _-1_, _if_ you have haven't already _sent_ any response or headers. You can still return 0 _and_ set the HTTP response status to 500 using -[luw_http_set_resp_status](#luw_http_set_resp_status). +[luw_http_set_response_status](#luw_http_set_response_status). #### luw_malloc_handler -- cgit