summaryrefslogtreecommitdiff
path: root/dist/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changelog')
-rw-r--r--dist/changelog/changes-9.0.0.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/changelog/changes-9.0.0.md b/dist/changelog/changes-9.0.0.md
index 3997f62bab..e968e526c1 100644
--- a/dist/changelog/changes-9.0.0.md
+++ b/dist/changelog/changes-9.0.0.md
@@ -120,7 +120,8 @@ Projects
* Turned `Package manager auto setup` off by default
* Added support for CMake configure and build presets, including conditions and
toolchain files (QTCREATORBUG-24555)
- ([CMake Documentation](https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html))
+ ([Documentation](https://doc.qt.io/qtcreator/creator-build-settings-cmake.html#cmake-presets),
+ [CMake Documentation](https://cmake.org/cmake/help/v3.21/manual/cmake-presets.7.html))
* Added option for changing environment for configure step
* Added option for hiding subfolders in source groups (QTCREATORBUG-27432)
* Added support for `Build File` also from header files (QTCREATORBUG-26164)
@@ -187,7 +188,7 @@ Test Integration
----------------
* Added support for Squish
- ([Documentation](https://doc-snapshots.qt.io/qtcreator-9.0/creator-squish.html))
+ ([Documentation](https://doc.qt.io/qtcreator/creator-squish.html))
* Catch 2
* Fixed handling of exceptions (QTCREATORBUG-28131)
* Fixed crash (QTCREATORBUG-28269)