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/) ```