summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-08-27 21:53:00 +0200
committerHeinrich Schuchardt <[email protected]>2026-08-29 06:41:35 +0200
commit1a0d76fba120c609000c14f4fa28b25232c1331c (patch)
tree5498d8bce3111e9d45d442fedc9bcf03148fb555
parent761180c42541e4ff0c72f99e4522d876b5266b03 (diff)
doc: build/gen_compile_commands: update link to point to the right page
linkcheck complained that the anchor doesn't exist anymore. Instead, a separate page is available so link to that instead. Signed-off-by: Quentin Schulz <[email protected]>
-rw-r--r--doc/build/gen_compile_commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gen_compile_commands.rst b/doc/build/gen_compile_commands.rst
index 5eb9e4ccb0a..e67263eb82f 100644
--- a/doc/build/gen_compile_commands.rst
+++ b/doc/build/gen_compile_commands.rst
@@ -61,7 +61,7 @@ manage build configurations and code analysis. Some of these IDEs include:
3. **Qt Creator**: Qt Creator, a popular IDE for Qt development, also
supports compile_commands.json for C/C++ projects. Instructions on how to
use this feature can be found at
- https://doc.qt.io/qtcreator/creator-clang-codemodel.html#using-compilation-databases.
+ https://doc.qt.io/qtcreator/creator-how-to-use-compilation-databases.html
4. **Eclipse CDT**: Eclipse's C/C++ Development Tools (CDT) can be
configured to use JSON compilation databases for better project management.