From eb038798aef5f83c3f0c513bf1e96016d4e49d2d Mon Sep 17 00:00:00 2001 From: Stefan Wallentowitz Date: Fri, 10 May 2019 16:00:58 +0200 Subject: [PATCH] Fix: Update coding style link The documentation at kernel.org changed and the coding style has moved. Signed-off-by: Stefan Wallentowitz --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1