We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8603c1 commit 37047a2Copy full SHA for 37047a2
clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
@@ -41,7 +41,7 @@ The check can analyzes values, pointers and references but not (yet) pointees:
41
42
The automatic code transformation is only applied to variables that are declared in single
43
declarations. You may want to prepare your code base with
44
-`readability-isolate-declaration <readability-isolate-declaration.html>`_ first.
+`readability-isolate-declaration <../readability/isolate-declaration.html>`_ first.
45
46
Note that there is the check
47
`cppcoreguidelines-avoid-non-const-global-variables <cppcoreguidelines-avoid-non-const-global-variables.html>`_
0 commit comments