aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-01-05 18:00:01 -0500
committerLibravatar GitHub <noreply@github.com>2017-01-05 18:00:01 -0500
commit31d60b50ca3836613f30054efa1e275d8f976f22 (patch)
treefbca34ef21ad363d185bdace4c7f1195f5372478
parentMerge pull request #1019 from SirCmpwn/redshift (diff)
parentFix broken link in CONTRIBUTING.md (diff)
downloadsway-31d60b50ca3836613f30054efa1e275d8f976f22.tar.gz
sway-31d60b50ca3836613f30054efa1e275d8f976f22.tar.zst
sway-31d60b50ca3836613f30054efa1e275d8f976f22.zip
Merge pull request #1029 from 4e554c4c/master
Fix broken link in 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.
71## Coding Style 71## Coding Style
72 72
73Sway is written in C. The style guidelines is [kernel 73Sway is written in C. The style guidelines is [kernel
74style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go 74style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but all braces go
75on the same line (*"but K&R says so!" is a silly way of justifying something*). 75on the same line (*"but K&R says so!" is a silly way of justifying something*).
76Some points to note: 76Some points to note:
77 77