Stefan Reinauer has uploaded this change for review.

View Change

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 <stefan.reinauer@coreboot.org>
---
M doc/dev_guide/development_guide.rst
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/45/86545/1
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst
index aac3a6c..e063192 100644
--- a/doc/dev_guide/development_guide.rst
+++ b/doc/dev_guide/development_guide.rst
@@ -130,7 +130,7 @@
------------

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:


To view, visit change 86545. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ib52de1312419cc48478fb965ccb104bdb0dea9b6
Gerrit-Change-Number: 86545
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Reinauer <stefan.reinauer@coreboot.org>