forked from qt-creator/qt-creator
Changelog: Fix documentation links
It is doc.qt.io, not docs.qt.io Change-Id: I3487b3634cfc0f960f0a34456742f1ab7616f37a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
14
dist/changelog/changes-11.0.0.md
vendored
14
dist/changelog/changes-11.0.0.md
vendored
@@ -26,7 +26,7 @@ What's new?
|
|||||||
You can open markdown (.md) files for editing or select `File > New File >
|
You can open markdown (.md) files for editing or select `File > New File >
|
||||||
General > Markdown File` to create a new file.
|
General > Markdown File` to create a new file.
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-markdown-editor.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-markdown-editor.html))
|
||||||
|
|
||||||
### Terminal
|
### Terminal
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ shells, colors, and fonts.
|
|||||||
To use an external terminal, deselect the `Use internal terminal` check box in
|
To use an external terminal, deselect the `Use internal terminal` check box in
|
||||||
`Preferences > Terminal`.
|
`Preferences > Terminal`.
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-reference-terminal-view.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-reference-terminal-view.html))
|
||||||
|
|
||||||
### Copilot
|
### Copilot
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ suggest code in the `Edit` mode.
|
|||||||
|
|
||||||
To set Copilot preferences, select `Preferences > Copilot`.
|
To set Copilot preferences, select `Preferences > Copilot`.
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-copilot.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-copilot.html))
|
||||||
|
|
||||||
### vcpkg
|
### vcpkg
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ project.
|
|||||||
Edit manifest files in the manifest editor. To search for packages to add to the
|
Edit manifest files in the manifest editor. To search for packages to add to the
|
||||||
file, select the `Search Package` button on the manifest editor toolbar.
|
file, select the `Search Package` button on the manifest editor toolbar.
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-vcpkg.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-vcpkg.html))
|
||||||
|
|
||||||
### Axivion
|
### Axivion
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ and link a project to an Axivion project in the project settings, Qt Creator
|
|||||||
shows annotations of the latest run in the editors and allows you to view some
|
shows annotations of the latest run in the editors and allows you to view some
|
||||||
details on the issues.
|
details on the issues.
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-axivion.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-axivion.html))
|
||||||
|
|
||||||
General
|
General
|
||||||
-------
|
-------
|
||||||
@@ -171,7 +171,7 @@ Editing
|
|||||||
* Fixed that too many progress indicators could be created
|
* Fixed that too many progress indicators could be created
|
||||||
([QTCREATORBUG-29224](https://bugreports.qt.io/browse/QTCREATORBUG-29224))
|
([QTCREATORBUG-29224](https://bugreports.qt.io/browse/QTCREATORBUG-29224))
|
||||||
|
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-python-development.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-python-development.html))
|
||||||
|
|
||||||
### Meson
|
### Meson
|
||||||
|
|
||||||
@@ -211,7 +211,7 @@ Projects
|
|||||||
* Presets
|
* Presets
|
||||||
* Added `Build > Reload CMake Presets` to reload CMake presets after making
|
* Added `Build > Reload CMake Presets` to reload CMake presets after making
|
||||||
changes to them
|
changes to them
|
||||||
([Documentation](https://docs.qt.io/qtcreator/creator-build-settings-cmake-presets.html))
|
([Documentation](https://doc.qt.io/qtcreator/creator-build-settings-cmake-presets.html))
|
||||||
* Fixed that presets were not visible in the `Projects` view
|
* Fixed that presets were not visible in the `Projects` view
|
||||||
([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966))
|
([QTCREATORBUG-28966](https://bugreports.qt.io/browse/QTCREATORBUG-28966))
|
||||||
* Fixed the type handling of the `architecture` and `toolset` fields
|
* Fixed the type handling of the `architecture` and `toolset` fields
|
||||||
|
Reference in New Issue
Block a user