From aeb8305f9a805252b1ff25b188eb8a47221ceff3 Mon Sep 17 00:00:00 2001 From: Le Yao Date: Thu, 24 Jun 2021 16:27:53 +0800 Subject: [PATCH] Update README.md Signed-off-by: Le Yao --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df90eedb..90b33db8 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ and apply them to HTTP content provided by your application via Connectors. # Build ModSecurity WASM library -Please read this [guide]() to build your own wasm library using Emscripten. +Please read this [guide](https://github.com/leyao-daily/ModSecurity/blob/v3/master/modsecurity2wasm.md) to build your own wasm library using Emscripten. +--- If you are looking for ModSecurity for Apache (aka ModSecurity v2.x), it is still under maintenance and available: [here](https://github.com/SpiderLabs/ModSecurity/tree/v2/master).