diff --git a/dist/changelog/changes-13.0.0.md b/dist/changelog/changes-13.0.0.md index 9e5d52d57b8..4c78d386e6d 100644 --- a/dist/changelog/changes-13.0.0.md +++ b/dist/changelog/changes-13.0.0.md @@ -19,7 +19,7 @@ Adds support for Qt 6 based applications with CMake for creating, building, deploying, running, and debugging for devices that use the [Qt Application Manager](https://doc.qt.io/QtApplicationManager/). -([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-how-to-run-in-app-manager.html)) +([Documentation](https://doc.qt.io/qtcreator/creator-how-to-run-in-app-manager.html)) General ------- @@ -78,7 +78,7 @@ Editing ([QTCREATORBUG-21826](https://bugreports.qt.io/browse/QTCREATORBUG-21826)) * Improved the coding style settings by separating Clang Format and other coding style settings, and using a plain text editor for custom Clang Format settings - ([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-preferences-cpp-code-style.html)) + ([Documentation](https://doc.qt.io/qtcreator/creator-preferences-cpp-code-style.html)) * Fixed that the class wizards used the class name for the include guard instead of the file name ([QTCREATORBUG-30140](https://bugreports.qt.io/browse/QTCREATORBUG-30140)) @@ -117,7 +117,7 @@ Editing * Added automatic setup up of language servers for `YAML`, `JSON`, and `Bash` (requires `npm`) - ([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-language-servers.html#adding-language-servers)) + ([Documentation](https://doc.qt.io/qtcreator/creator-language-servers.html#adding-language-servers)) ### Widget Designer @@ -150,7 +150,7 @@ Projects * Added a section `Vanished Targets` to `Projects` mode in case the project was configured for kits that have vanished, as a replacement for the automatic creation of "Replacement" kits - ([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-how-to-activate-kits.html#copy-custom-settings-from-vanished-targets)) + ([Documentation](https://doc.qt.io/qtcreator/creator-how-to-activate-kits.html#copy-custom-settings-from-vanished-targets)) * Added the status of devices to the device lists ([QTCREATORBUG-20941](https://bugreports.qt.io/browse/QTCREATORBUG-20941)) * Added the `Preferences > Build & Run > General > Application environment` @@ -213,7 +213,7 @@ Projects * Fixed that the same Python interpreter could be auto-detected multiple times under different names - ([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-python-development.html)) + ([Documentation](https://doc.qt.io/qtcreator/creator-python-development.html)) Debugging --------- @@ -312,7 +312,7 @@ Platforms * Fixed deployment and running applications for iOS 17 devices (application output, debugging, and profiling are not supported) ([QTCREATORBUG-29682](https://bugreports.qt.io/browse/QTCREATORBUG-29682)) - ([Documentation](https://doc-snapshots.qt.io/qtcreator-13.0/creator-developing-ios.html)) + ([Documentation](https://doc.qt.io/qtcreator/creator-developing-ios.html)) ### Remote Linux