misc-const-correctness: fix the link to readability-isolate-declaration

This commit is contained in:
Sylvestre Ledru 2022-08-01 18:52:49 +02:00
parent f8603c1f6d
commit 37047a2673
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The check can analyzes values, pointers and references but not (yet) pointees:
The automatic code transformation is only applied to variables that are declared in single
declarations. You may want to prepare your code base with
`readability-isolate-declaration <readability-isolate-declaration.html>`_ first.
`readability-isolate-declaration <../readability/isolate-declaration.html>`_ first.
Note that there is the check
`cppcoreguidelines-avoid-non-const-global-variables <cppcoreguidelines-avoid-non-const-global-variables.html>`_