From: Kefu Chai Date: Mon, 30 Nov 2015 13:12:37 +0000 (+0800) Subject: CodingStyle: fix broken URLs X-Git-Tag: v10.0.2~155^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6733%2Fhead;p=ceph.git CodingStyle: fix broken URLs Signed-off-by: Kefu Chai --- 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