From: Stefan Wallentowitz Date: Fri, 10 May 2019 14:00:58 +0000 (+0200) Subject: Fix: Update coding style link X-Git-Tag: v2.12.0-rc1~40 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=eb038798aef5f83c3f0c513bf1e96016d4e49d2d Fix: Update coding style link The documentation at kernel.org changed and the coding style has moved. Signed-off-by: Stefan Wallentowitz --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd17a205..19f9d44d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ control. The upstream Git repository URL is: ## Coding standard LTTng-UST uses the -[Linux kernel coding style](http://www.kernel.org/doc/Documentation/CodingStyle). +[Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html). Although the LTTng-UST code base is primarily written in C, it does contain shell, Perl, and Python code as well. There is no official coding