From 4960043c1e06354afb0af8eb8d3b48d736cb94e8 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Tue, 25 Apr 2017 23:24:52 -0400 Subject: [PATCH] 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. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 29c463575..70cb07028 100644 --- a/CONTRIBUTING.rst +++ b/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