From 5e56f42eaa34f8a2d7ece4abfe4623c1c1764845 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 21 Feb 2025 01:21:40 +0100 Subject: [PATCH] doc: Point to correct kernel coding style Right now it points to the source of the page instead of the actual page. Change-Id: Ib52de1312419cc48478fb965ccb104bdb0dea9b6 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/c/flashrom/+/86545 Tested-by: build bot (Jenkins) Reviewed-by: Andy Ebrahiem Reviewed-by: Anastasia Klimchuk --- doc/dev_guide/development_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index aac3a6cb4..e063192d0 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -130,7 +130,7 @@ Coding style ------------ Flashrom generally follows Linux kernel style: -https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst +https://docs.kernel.org/process/coding-style.html The notable exception is line length limit. Our guidelines are: