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.
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to