Skip to content

Commit

Permalink
CodingStyle: fix broken URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Nov 30, 2015
1 parent 97affaa commit 691199b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 691199b

Please sign in to comment.