Author: Congcong Cai
Date: 2024-01-13T08:09:36+08:00
New Revision: 5ca2d75f2046612978ba71c4b36714b2a0a01886

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

LOG: [NFC]fix incorrect autosar link in clang-tidy doc

Added: 
    

Modified: 
    
clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst

Removed: 
    


################################################################################
diff  --git 
a/clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst
 
b/clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst
index 825a94b45799eb..3b4b65a5cb6838 100644
--- 
a/clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst
+++ 
b/clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst
@@ -15,4 +15,4 @@ types and definitions with good return type but wrong 
``return`` statements.
   * The operator must always return ``*this``.
 
 This check implements `AUTOSAR C++14 Rule A13-2-1
-<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-constref>`_.
+<https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf>`_.


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

Reply via email to