From edb39d43eece2276b03f80abee95626d11763895 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 4 Apr 2019 21:06:03 +0000 Subject: [PATCH] HACKING: update link to kernel code style doc Old link was broken. Reported-as: https://github.com/libopencm3/libopencm3/pull/1035 --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index af89ec4c..1ecc48ad 100644 --- a/HACKING +++ b/HACKING @@ -6,7 +6,7 @@ Coding style ------------ The whole library is programmed using the Linux kernel coding style, see -http://lxr.linux.no/linux/Documentation/CodingStyle for details. +https://www.kernel.org/doc/html/latest/process/coding-style.html for details. Please use the same style for any code contributions, thanks!