]> sigrok.org Git - libsigrokdecode.git/commitdiff
HACKING: Update URL to Linux kernel coding style.
authorUwe Hermann <redacted>
Tue, 6 Jun 2017 12:43:08 +0000 (14:43 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jun 2017 12:43:08 +0000 (14:43 +0200)
HACKING

diff --git a/HACKING b/HACKING
index 6aaedac13acb0939feda256ef4e35e5ccba31736..a6fe7d3f7f35bc1111fb19fcc1d719b6e450966c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -5,15 +5,17 @@ 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!
 
 The Python decoders should follow the usual Python conventions and use
 Python idioms as far as it makes sense. The coding style should mostly follow
-the Python PEP-8, which includes the convention of 4 spaces for indentation.
-See http://www.python.org/dev/peps/pep-0008/ for details.
+the Python PEP-8, which includes the convention of 4 spaces for indentation:
+
+  http://www.python.org/dev/peps/pep-0008/
 
 
 Contributions