From f716d819ccd0c972b5c5ba602c3711d86d5f6abc Mon Sep 17 00:00:00 2001 From: somiaj Date: Sat, 12 Jun 2021 01:09:08 -0600 Subject: [PATCH] Fix broken link. The linux kernel coding style doc moved. --- dev-docs/DEVELOPERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/DEVELOPERS.md b/dev-docs/DEVELOPERS.md index 1559d4ae0..6fa738e41 100644 --- a/dev-docs/DEVELOPERS.md +++ b/dev-docs/DEVELOPERS.md @@ -6,8 +6,8 @@ Developing for FVWM This document aims to help the developer with the expectations when dealing with the FVWM3 source code. -The FVWM3 source conforms to the [Linux kernel style -guide](https://www.kernel.org/doc/Documentation/CodingStyle). +The FVWM3 source conforms to the [Linux kernel style guide]( +https://www.kernel.org/doc/html/latest/process/coding-style.html). Command Parsing ===============