Skip to content

Commit c50e2c2

Browse files
committed
API-C.md: Fix a broken fragment link
Fixes: 1beab00 ("Allow to set the HTTP response status") Signed-off-by: Andrew Clayton <[email protected]>
1 parent e4a8680 commit c50e2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API-C.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ internal API has failed or an OS level error occurred, then you can simply
328328
return _-1_, _if_ you have haven't already _sent_ any response or headers.
329329
330330
You can still return 0 _and_ set the HTTP response status to 500 using
331-
[luw_http_set_resp_status](#luw_http_set_resp_status).
331+
[luw_http_set_response_status](#luw_http_set_response_status).
332332
333333
#### luw_malloc_handler
334334

0 commit comments

Comments
 (0)