commit 87136e8f43965ee08d42b64fd6670a3de3b14dba
Author: user <>
Date: Mon May 9 20:17:55 2016 -0400
Fix link to OpenBSD style(9) man page
diff --git a/suckless.org/coding_style.md b/suckless.org/coding_style.md
index 179dd21..ad5ae3f 100644
--- a/suckless.org/coding_style.md
+++ b/suckless.org/coding_style.md
@@ -8,7 +8,7 @@ The following contain good information, some of which is
repeated below, some of
* <http://doc.cat-v.org/bell_labs/pikestyle>
* <https://www.kernel.org/doc/Documentation/CodingStyle>
-*
<http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man9/style.9?query=style&sec=9>
+* <http://man.openbsd.org/OpenBSD-current/man9/style.9>
File Layout
-----------