فهرست منبع

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.
Ryan Foster 8 سال پیش
والد
کامیت
4960043c1e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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