summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-07-19 15:16:55 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-07-20 14:35:01 +0000
commit3ac456496b51d551e6e91feec49d2a422a43cc42 (patch)
tree3289e550367e31ca558412650a994f135b1e69ef
parent7a77e98c9008a3a848767f7864eb710b03a15638 (diff)
downloadqtdoc-3ac456496b51d551e6e91feec49d2a422a43cc42.tar.gz
Fix external links to Qt Creator Manual
The section name changed in the Qt Creator Manual and external-resources file. Change-Id: I6f547b161bdb17eab6cfec2e636be050540ba428 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc2
-rw-r--r--doc/src/qt5-intro.qdoc2
-rw-r--r--doc/src/whatsnew/whatsnew51.qdoc3
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 975cdfc0..0e6af3e4 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -75,7 +75,7 @@ provided by Qt Quick, please see the \l{Qt Quick} module documentation.
For creating or customizing graphical user interfaces, Qt Quick adds visual
types, animation types, and other QML types in addition to the standard QML
-types from Qt QML. \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer}
+types from Qt QML. \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer}
is integrated within Qt Creator and supports \c{QtQuick 2} from Qt Creator
version 2.7 and onwards.
diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc
index 06c3bd9f..41c1244c 100644
--- a/doc/src/qt5-intro.qdoc
+++ b/doc/src/qt5-intro.qdoc
@@ -234,7 +234,7 @@
Qt Quick Controls and Qt Quick Layouts provide a vast set of UI controls
ranging from the most basic text field and button to the more complex
stack view and tumbler. The controls are also made available in
- \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer}.
+ \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer}.
\raw HTML
</td></tr>
</table>
diff --git a/doc/src/whatsnew/whatsnew51.qdoc b/doc/src/whatsnew/whatsnew51.qdoc
index ae23d391..dc555d1c 100644
--- a/doc/src/whatsnew/whatsnew51.qdoc
+++ b/doc/src/whatsnew/whatsnew51.qdoc
@@ -185,7 +185,8 @@
\list
\li Improved C++11 code editing support
- \li \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer} with full support for Qt Quick
+ \li \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer}
+ with full support for Qt Quick
\li Android \l{Qt Creator: Deploying Applications to Android Devices}{development target}
\li Experimental QBS and diff integration
\endlist