Update Linux kernel coding style URL in CONTRIBUTING

When visiting https://www.kernel.org/doc/Documentation/CodingStyle, you
see the message, "This file has moved to process/coding-style.rst". This
commit replaces the old URL with a version hosted on GitHub.
master
Ryan Foster 2017-04-25 23:24:52 -04:00
parent a1f7e6aa20
commit 4960043c1e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Coding Guidelines
- OBS Studio uses kernel normal form (linux variant), for more
information, please read here:
https://www.kernel.org/doc/Documentation/CodingStyle
https://github.com/torvalds/linux/blob/master/Documentation/process/coding-style.rst
- Avoid trailing spaces. To view trailing spaces before making a
commit, use "git diff" on your changes. If colors are enabled for