From f0fbae5041e5bc4da03cd90be7df39c48a8984a0 Mon Sep 17 00:00:00 2001 From: Kiran Chandramohan Date: Wed, 15 Nov 2023 16:18:19 +0000 Subject: [PATCH] [Flang][Docs] NFC:Minor fix to section reference --- flang/docs/PullRequestChecklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/docs/PullRequestChecklist.md b/flang/docs/PullRequestChecklist.md index b253c153f61e..f1cf498a1624 100644 --- a/flang/docs/PullRequestChecklist.md +++ b/flang/docs/PullRequestChecklist.md @@ -36,7 +36,7 @@ even though I've read the style guide, they regularly trip me up. clang-format will do this for most code. But you may need to break up long strings. * Review declarations for proper use of `constexpr` and `const`. -* Follow the C++ [naming guidelines](C++style.html#naming) +* Follow the C++ [naming guidelines](C++style.md#naming) * Ensure that the names evoke their purpose and are consistent with existing code. * Used braced initializers. * Review pointer and reference types to make sure that you're using them