Skip to content

Commit d97a0b4

Browse files
jwnrtnbdd0121
authored andcommitted
[doc] Fix C++ style guide link in README
Signed-off-by: James Wainwright <[email protected]>
1 parent d019dcc commit d97a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When contributing SystemVerilog source code, please try to be consistent and adh
8585
coding style guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md).
8686

8787
When contributing C or C++ source code, please try to adhere to [the OpenTitan C++ coding style
88-
guide](https://docs.opentitan.org/doc/rm/c_cpp_coding_style/).
88+
guide](https://opentitan.org/book/doc/contributing/style_guides/c_cpp_coding_style.html).
8989
All C and C++ code should be formatted with clang-format before committing.
9090
Either run `clang-format -i filename.cc` or `git clang-format` on added files.
9191

0 commit comments

Comments
 (0)