From 7213db59cb540491af65bd0e9c880354531fc938 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 28 Aug 2023 15:08:44 +0100 Subject: API-C.md: Fix a broken fragment link 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 aa44149..f6c0bb7 100644 --- a/API-C.md +++ b/API-C.md @@ -16,7 +16,7 @@ C Library for creating WebAssembly modules for use with NGINX Unit. 6. [Function Handlers](#function-handlers) * [Optional](#optional) - [luw_module_init_handler](#luw_module_init_handler) - - [luw_module_end_handler](#luw-_module_end_handler) + - [luw_module_end_handler](#luw_module_end_handler) - [luw_request_init_handler](#luw_request_init_handler) - [luw_request_end_handler](#luw_request_end_handler) - [luw_response_end_handler](#luw_response_end_handler) -- cgit