From 7a0435bb056d3075ac30f994a366b2972e7ddb29 Mon Sep 17 00:00:00 2001 From: gkamathe <73747618+gkamathe@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:18:27 +0530 Subject: [PATCH] Fix broken events url in README.md (#140) Signed-off-by: Gaurav Kamathe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb328ef..840dbc2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ On the implementation side, Kunai is written for its majority in Rust, leveragin # FAQ * **Is it compatible with my OS/Kernel ?** : Check out [the compatibility page](https://why.kunai.rocks/docs/compatibility) -* **What kind of events can I get ?** : Please take a read to [events documentation](https://why.kunai.rocks/docs/category/kunai---events) +* **What kind of events can I get ?** : Please take a read to [events documentation](https://why.kunai.rocks/docs/events/) * **Which version should I use ?**: If it is just to test the tool, use the latest build as it is always the best in terms of features and bug fix. However keep in mind that events in **non stable** releases **are subject to change**. # How to build the project ?