Skip to content

Commit 5ca2d75

Browse files
committed
[NFC]fix incorrect autosar link in clang-tidy doc
1 parent e028bee commit 5ca2d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ types and definitions with good return type but wrong ``return`` statements.
1515
* The operator must always return ``*this``.
1616

1717
This check implements `AUTOSAR C++14 Rule A13-2-1
18-
<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-constref>`_.
18+
<https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf>`_.

0 commit comments

Comments
 (0)