]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
CONTRIBUTING: Link to latest online kernel docs
authorTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 04:29:15 +0000 (14:29 +1000)
committerTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 04:29:15 +0000 (14:29 +1000)
Currently we link to a URL for v4.10 of the kernel docs.  Since we
already mention the kernel tree we should link to the _latest_ kernel
docs online instead of a fixed past version.

Link to latest online kernel docs tracking the mainline instead of past
fixed version.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
CONTRIBUTING

index 227641346a078c8ee04f2d8a0a23d530c22c3d2d..b1a710a19b45b9ae01e6a0fe9c166f0a8a45a2f4 100644 (file)
@@ -20,7 +20,7 @@ The Linux kernel coding style guide can be found within the kernel tree:
 
 It can be accessed online too:
 
-https://www.kernel.org/doc/html/v4.10/process/coding-style.html
+https://www.kernel.org/doc/html/latest/process/coding-style.html
 
 Submitting Modifications:
 -------------------------