From 43d4bfca2f7222b6f360548804f4223f6cf8f0be Mon Sep 17 00:00:00 2001 From: User Infidel Date: Sun, 25 Sep 2022 20:16:54 +0700 Subject: [PATCH] Fix broken url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8753c68..2404d7b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To trace the function calls on FreeBSD based system use `truss()` instead of `st The `kqueue_socket.c` is my attempt on create a socket watcher timer program using `kevent`. -- ![KQUEUE NETBSD GUIDE](https://wiki.netbsd.org/tutorials/kqueue_tutorial/) +- [KQUEUE NETBSD GUIDE](https://wiki.netbsd.org/tutorials/kqueue_tutorial/) ```