From fe2cd8ca5372f91a7126651706be43b002143d02 Mon Sep 17 00:00:00 2001 From: Ittussarom Ynohtna <52163910+TheTechRobo@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:13:01 -0500 Subject: [PATCH] Fix Broken Link to LINUX kernel Coding Style --- Code-Style-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-Style-Guide.md b/Code-Style-Guide.md index 2feb9c2..052aea7 100644 --- a/Code-Style-Guide.md +++ b/Code-Style-Guide.md @@ -447,4 +447,4 @@ Eval is evil! Eval munges the input when used for assignment to variables and ca - [Shell Style Guide](https://google.github.io/styleguide/shell.xml) - [BASH Programming - Introduction HOW-TO](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html) -- [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) \ No newline at end of file +- [Linux kernel coding style](https://www.kernel.org/doc/Documentation/process/coding-style.rst) \ No newline at end of file