From: Uwe Hermann Date: Tue, 13 Jun 2017 14:49:11 +0000 (+0200) Subject: HACKING: Update URL to Linux kernel coding style. X-Git-Tag: pulseview-unreleased^0 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=10906507eb3d32346506a12d4387205f7c7c6e72 HACKING: Update URL to Linux kernel coding style. --- diff --git a/HACKING b/HACKING index d539681c..404bd1af 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!