[clang-tools-extra] 40af95d - [clang-tools-extra] Fix a link in ReleaseNotes.rst

Dmitri Gribenko via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 5 14:10:09 PDT 2022


Author: Dmitri Gribenko
Date: 2022-07-05T23:09:55+02:00
New Revision: 40af95d80bcb526ec7b025eb677f64bfdd083e96

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

LOG: [clang-tools-extra] Fix a link in ReleaseNotes.rst

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index ff444a0934f6f..1d6fd05605db7 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -133,7 +133,7 @@ New checks
   Detects confusable Unicode identifiers.
 
 - New :doc:`bugprone-assignment-in-if-condition
-  <clang-tidy/checks/bugprone-assignment-in-if-condition>` check.
+  <clang-tidy/checks/bugprone/assignment-in-if-condition>` check.
 
   Warns when there is an assignment within an if statement condition expression.
 


        


More information about the cfe-commits mailing list