summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-12-17 16:23:09 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-12-18 08:20:10 +0000
commitd45142a0f4c8d38c93273d9888d944eb4a419278 (patch)
tree301385f091a19d97c92b76e65efa4ed8f581c6eb
parent546d4a3b1a7c0996fa9d730c9b0ccf59bea9d1cb (diff)
downloadqt-creator-d45142a0f4c8d38c93273d9888d944eb4a419278.tar.gz
Doc: Fix broken links to Qt docs
The Qt for MCU docs are currently not available online Change-Id: I705f78b32c7723a29653b0407306406eee1a76a4 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/mcu/creator-mcu-dev.qdoc2
-rw-r--r--doc/src/projects/creator-only/creator-projects-settings-build.qdoc2
-rw-r--r--doc/src/qtquick/qtquick-profiler.qdoc4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/mcu/creator-mcu-dev.qdoc b/doc/src/mcu/creator-mcu-dev.qdoc
index 90d5df5486..33aea4fc41 100644
--- a/doc/src/mcu/creator-mcu-dev.qdoc
+++ b/doc/src/mcu/creator-mcu-dev.qdoc
@@ -31,7 +31,7 @@
\title Connecting MCUs
- \l{Qt for MCU} enables you to use subsets of QML and Qt Quick Controls
+ Qt for MCU enables you to use subsets of QML and Qt Quick Controls
to create user interfaces for devices that are powered by microcontroller
units (MCU). It includes a new graphics rendering engine that has a low
memory footprint and is optimized for MCUs and other resource-constrained
diff --git a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
index 5c490b2157..b0d28787d2 100644
--- a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
+++ b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc
@@ -183,7 +183,7 @@
Since Qt 5.11, you can compile QML source code into the final binary. This
improves the startup time of the application and eliminates the need to
deploy QML files together with the application. For more information, see
- \l{Compiling QML Ahead of Time}.
+ \l{Ahead-of-Time Compilation}.
\QC new project wizards create Qt Quick projects that can be compiled,
because they are set up to use the Qt Resource System. To compile Qt Quick
diff --git a/doc/src/qtquick/qtquick-profiler.qdoc b/doc/src/qtquick/qtquick-profiler.qdoc
index 0b772d8e06..fef88195d7 100644
--- a/doc/src/qtquick/qtquick-profiler.qdoc
+++ b/doc/src/qtquick/qtquick-profiler.qdoc
@@ -342,8 +342,8 @@
In order to understand the scene graph category, it's important to
understand how the Qt Quick scene graph works. See
- \l {Qt Quick Scene Graph} and \l {Qt Quick Scene Graph Renderer} for a
- detailed description. The following events are reported in the
+ \l {Qt Quick Scene Graph} and \l {Qt Quick Scene Graph Default Renderer}
+ for a detailed description. The following events are reported in the
\uicontrol {Scene Graph} category. Not all events are generated by all render
loops. In the Windows and Basic render loops everything runs in the same
thread and the distinction between GUI thread and render thread is