diff options
author | Calvin Lee <cyrus296@gmail.com> | 2017-01-05 15:56:40 -0700 |
---|---|---|
committer | Calvin Lee <cyrus296@gmail.com> | 2017-01-05 15:56:40 -0700 |
commit | 98aad80eee0582c1e044b66e72e625f4c51ee4b9 (patch) | |
tree | fbca34ef21ad363d185bdace4c7f1195f5372478 /CONTRIBUTING.md | |
parent | 36f896ac3431517aa458bf2a00a2d2589876b8b9 (diff) |
Fix broken link in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc9079e9..aa3a632b 100644 --- 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: |