commit 31d60b50ca3836613f30054efa1e275d8f976f22
parent 36f896ac3431517aa458bf2a00a2d2589876b8b9
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 5 Jan 2017 18:00:01 -0500
Merge pull request #1029 from 4e554c4c/master
Fix broken link in CONTRIBUTING.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ message as well.
## Coding Style
Sway is written in C. The style guidelines is [kernel
-style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go
+style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but all braces go
on the same line (*"but K&R says so!" is a silly way of justifying something*).
Some points to note: