diff --git a/posts/style_a_blog.md b/posts/style_a_blog.md index 55d1af9..aae3629 100644 --- a/posts/style_a_blog.md +++ b/posts/style_a_blog.md @@ -50,7 +50,7 @@ done `inotifywait` spits out lines of events when files change based on the options you want - here it's just modify, create, delete events in the directory. -The [`$SECONDS`][https://man.archlinux.org/man/bash.1.en#SECONDS] logic just ensures that `make` does not run N times if N files change in a fraction of a second. +The [`$SECONDS`](https://man.archlinux.org/man/bash.1.en#SECONDS) logic just ensures that `make` does not run N times if N files change in a fraction of a second. Now lets go!