From 18076bb117dfe82b028113d87829e1ebab04db9e Mon Sep 17 00:00:00 2001 From: Heiko Behrens Date: Wed, 15 Feb 2017 10:58:24 -0800 Subject: [PATCH] update link to Linux kernel coding style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58bd74..a478a9e 100644 --- a/README.md +++ b/README.md @@ -722,7 +722,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [google-styleguide](https://github.com/google/styleguide) - Style guides for Google-originated open-source projects. * [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html) -* [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) +* [Linux kernel coding style](https://www.kernel.org/doc/Documentation/process/coding-style.rst) * [LLVM Coding Standards](http://llvm.org/docs/CodingStandards.html) ## Talks