summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-28 15:08:44 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-28 20:44:23 +0100
commit7213db59cb540491af65bd0e9c880354531fc938 (patch)
treef2194ba0a3291793ee9df259c22a68a74bd76d7a
parentbfba32dc96d8b1183ea8925136565da5425fb5b2 (diff)
downloadunit-wasm-7213db59cb540491af65bd0e9c880354531fc938.tar.gz
unit-wasm-7213db59cb540491af65bd0e9c880354531fc938.tar.bz2
API-C.md: Fix a broken fragment link
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--API-C.md2
1 files changed, 1 insertions, 1 deletions
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)