[flang-commits] [flang] f0fbae5 - [Flang][Docs] NFC:Minor fix to section reference

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed Nov 15 08:20:22 PST 2023


Author: Kiran Chandramohan
Date: 2023-11-15T16:19:59Z
New Revision: f0fbae5041e5bc4da03cd90be7df39c48a8984a0

URL: https://github.com/llvm/llvm-project/commit/f0fbae5041e5bc4da03cd90be7df39c48a8984a0
DIFF: https://github.com/llvm/llvm-project/commit/f0fbae5041e5bc4da03cd90be7df39c48a8984a0.diff

LOG: [Flang][Docs] NFC:Minor fix to section reference

Added: 
    

Modified: 
    flang/docs/PullRequestChecklist.md

Removed: 
    


################################################################################
diff  --git a/flang/docs/PullRequestChecklist.md b/flang/docs/PullRequestChecklist.md
index b253c153f61ec1e..f1cf498a1624cd1 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


        


More information about the flang-commits mailing list