Skip to content

Commit 37047a2

Browse files
committed
misc-const-correctness: fix the link to readability-isolate-declaration
1 parent f8603c1 commit 37047a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The check can analyzes values, pointers and references but not (yet) pointees:
4141
4242
The automatic code transformation is only applied to variables that are declared in single
4343
declarations. You may want to prepare your code base with
44-
`readability-isolate-declaration <readability-isolate-declaration.html>`_ first.
44+
`readability-isolate-declaration <../readability/isolate-declaration.html>`_ first.
4545

4646
Note that there is the check
4747
`cppcoreguidelines-avoid-non-const-global-variables <cppcoreguidelines-avoid-non-const-global-variables.html>`_

0 commit comments

Comments
 (0)