Skip to content

Commit 98ca2e8

Browse files
authored
[clang-tidy][NFC] Fix broken link in bugprone-default-operator-new-on-overaligned-type (#166546)
1 parent 0d77cba commit 98ca2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cert-mem57-cpp
44
==============
55

66
The `cert-mem57-cpp` is an aliaes, please see
7-
`bugprone-default-operator-new-on-overaligned-type <../bugprone/default-operator-new-on-overaligned-type>`_
7+
`bugprone-default-operator-new-on-overaligned-type <../bugprone/default-operator-new-on-overaligned-type.html>`_
88
for more information.
99

1010
This check corresponds to the CERT C++ Coding Standard rule

0 commit comments

Comments
 (0)