]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CodingStyle: fix broken URLs 6733/head
authorKefu Chai <kchai@redhat.com>
Mon, 30 Nov 2015 13:12:37 +0000 (21:12 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 30 Nov 2015 13:12:37 +0000 (21:12 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
CodingStyle

index 3146d2ae8eebf44a989e2b56553e184ca7cc8724..870c0ce5d39dfb2295d34a607d7b155c5a094e3c 100644 (file)
@@ -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