diff options
author | Kefu Chai <kchai@redhat.com> | 2015-11-30 14:12:37 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2015-11-30 14:12:37 +0100 |
commit | 691199bd3738d246760ad47ee0f673238608824d (patch) | |
tree | 989bf38f5bb912efee52d44db4493dd0ab1f1c34 /CodingStyle | |
parent | Merge pull request #6625 from dillaman/wip-12698 (diff) | |
download | ceph-691199bd3738d246760ad47ee0f673238608824d.tar.xz ceph-691199bd3738d246760ad47ee0f673238608824d.zip |
CodingStyle: fix broken URLs
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'CodingStyle')
-rw-r--r-- | CodingStyle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CodingStyle b/CodingStyle index 3146d2ae8ee..870c0ce5d39 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 |