summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build')
-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.