diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 15:08:44 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-28 20:44:23 +0100 |
commit | 7213db59cb540491af65bd0e9c880354531fc938 (patch) | |
tree | f2194ba0a3291793ee9df259c22a68a74bd76d7a | |
parent | bfba32dc96d8b1183ea8925136565da5425fb5b2 (diff) | |
download | unit-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |