Browse Source

Merge pull request #893 from RytoEX/update-contrib

Update Linux kernel coding style URL in CONTRIBUTING
Jim 8 years ago
parent
commit
f3a9d25bcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.rst

+ 1 - 1
CONTRIBUTING.rst

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