Merge pull request #1029 from 4e554c4c/master

Fix broken link in CONTRIBUTING.md
This commit is contained in:
Drew DeVault 2017-01-05 18:00:01 -05:00 committed by GitHub
commit 31d60b50ca
1 changed files with 1 additions and 1 deletions

View File

@ -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: