[clang-tools-extra] 37047a2 - misc-const-correctness: fix the link to readability-isolate-declaration
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 09:53:07 PDT 2022
Author: Sylvestre Ledru
Date: 2022-08-01T18:52:53+02:00
New Revision: 37047a26731a6731c949682e159fe40786e6d711
URL: https://github.com/llvm/llvm-project/commit/37047a26731a6731c949682e159fe40786e6d711
DIFF: https://github.com/llvm/llvm-project/commit/37047a26731a6731c949682e159fe40786e6d711.diff
LOG: misc-const-correctness: fix the link to readability-isolate-declaration
Added:
Modified:
clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst b/clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
index 852d9346576da..76d283da37dd1 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
+++ b/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:
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>`_
More information about the cfe-commits
mailing list