From: Uwe Hermann Date: Tue, 6 Jun 2017 12:41:55 +0000 (+0200) Subject: HACKING: Update URL to Linux kernel coding style. X-Git-Tag: libsigrok-0.5.0~22 X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=b4698e4d617483bc0157b62b4be4153535b45701 HACKING: Update URL to Linux kernel coding style. --- diff --git a/HACKING b/HACKING index 2c73e329..5978863b 100644 --- a/HACKING +++ b/HACKING @@ -5,8 +5,9 @@ HACKING Coding style ------------ -This project is programmed using the Linux kernel coding style, see -http://lxr.linux.no/linux/Documentation/CodingStyle for details. +This project is programmed using the Linux kernel coding style: + + https://www.kernel.org/doc/html/latest/process/coding-style.html Please use the same style for any code contributions, thanks!