From: Tobin C. Harding Date: Fri, 17 Aug 2018 04:29:15 +0000 (+1000) Subject: CONTRIBUTING: Link to latest online kernel docs X-Git-Tag: lxc-2.0.10~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d6b9d63859a1cc0d1ca868677ffab7dc4645d6;p=thirdparty%2Flxc.git CONTRIBUTING: Link to latest online kernel docs 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 --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 227641346..b1a710a19 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -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: -------------------------