diff options
Diffstat (limited to 'Documentation/contributing/coding_style.md')
-rw-r--r-- | Documentation/contributing/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md index 3314030df0..67f320ae25 100644 --- a/Documentation/contributing/coding_style.md +++ b/Documentation/contributing/coding_style.md @@ -3,7 +3,7 @@ This document describes the preferred C coding style for the coreboot project. It is in many ways exactly the same as the Linux kernel coding style. In fact, most of this document has been copied from -the [Linux kernel coding style](http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/CodingStyle?id=HEAD) +the [Linux kernel coding style](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/4.Coding.rst) The guidelines in this file should be seen as a strong suggestion, and should overrule personal preference. But they may be ignored in |