aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorwillakat <willakat@users.noreply.github.com>2017-01-07 21:33:02 +0100
committerGitHub <noreply@github.com>2017-01-07 21:33:02 +0100
commit653e96f530325f76c2e63befd1f4e916a08c770f (patch)
tree16ae997cc181c0960861e4549b697fa35aed647e /CONTRIBUTING.md
parentf24ebd75fa3ce35e844d5f6e71f3052025aa7995 (diff)
parentbaa84a0cd7b547021551675b175e241b2166c317 (diff)
Merge branch 'master' into master
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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: