summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2022-07-19 10:57:50 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-07-20 20:29:40 +0000
commit6f4c18db0d06d46cad722be93e180aa5ab0d67c8 (patch)
treed056292019a779c8ead3cf951ddcf7fd4bad0cf2 /Documentation
parent28de28d8de3c9d3fd1cc25d68bbaa884e0358c24 (diff)
downloadcoreboot-6f4c18db0d06d46cad722be93e180aa5ab0d67c8.tar.gz
coreboot-6f4c18db0d06d46cad722be93e180aa5ab0d67c8.tar.bz2
coreboot-6f4c18db0d06d46cad722be93e180aa5ab0d67c8.zip
Documentation: Fix broken link
Link to Linux kernel coding style changed, fix it. Change-Id: I9792d360d301b93c255306488c90375c6cc882c4 Signed-off-by: Lance Zhao <lance.zhao@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65959 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: John Zhao <john.zhao@intel.com> Reviewed-by: Bora Guvendik <bora.guvendik@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/contributing/coding_style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md
index 3314030df0de..67f320ae2533 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