From 691199bd3738d246760ad47ee0f673238608824d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 30 Nov 2015 21:12:37 +0800 Subject: [PATCH] CodingStyle: fix broken URLs Signed-off-by: Kefu Chai --- CodingStyle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodingStyle b/CodingStyle index 3146d2ae8eeb..870c0ce5d39d 100644 --- a/CodingStyle +++ b/CodingStyle @@ -9,7 +9,7 @@ C code For C code, we conform by the Linux kernel coding standards: - http://lxr.linux.no/linux/Documentation/CodingStyle + https://www.kernel.org/doc/Documentation/CodingStyle C++ code @@ -18,7 +18,7 @@ C++ code For C++ code, things are a bit more complex. As a baseline, we use Google's coding guide: - http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml + https://google.github.io/styleguide/cppguide.html As an addendum to the above, we add the following guidelines, organized -- 2.47.3