Skip to content

Commit f0fbae5

Browse files
[Flang][Docs] NFC:Minor fix to section reference
1 parent c2a2fd2 commit f0fbae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/docs/PullRequestChecklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ even though I've read the style guide, they regularly trip me up.
3636
clang-format will do this for most code. But you may need to break up long
3737
strings.
3838
* Review declarations for proper use of `constexpr` and `const`.
39-
* Follow the C++ [naming guidelines](C++style.html#naming)
39+
* Follow the C++ [naming guidelines](C++style.md#naming)
4040
* Ensure that the names evoke their purpose and are consistent with existing code.
4141
* Used braced initializers.
4242
* Review pointer and reference types to make sure that you're using them

0 commit comments

Comments
 (0)