aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-10-11 17:40:53 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-15 18:22:04 +0200
commite6652d89578081a5a2f1cc22db68696c4c213421 (patch)
tree119bdc261f0a63b24bd356acc82dcd94038fd403 /src/qml/doc
parentf82ba75a3062cb2098ea88ea928d7236e3aaaa03 (diff)
Doc: Renamed links to "QML Applications".
"QML Application Developer Resources" is too long and the visible text is usually shortened to "QML Applications". The article in qt5/qtdoc changed title to "QML Applications". Change-Id: I301f3b4659bd87631269b912bcc36f6f00fdeb2c Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/qtqml.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc
index a260a3d785..b9c008edf1 100644
--- a/src/qml/doc/src/qtqml.qdoc
+++ b/src/qml/doc/src/qtqml.qdoc
@@ -31,7 +31,7 @@
\brief The Qt QML module defines and implements the QML language
The Qt QML module provides a framework for developing applications and libraries
-with the \l{QML Application Developer Resources}{QML language}. It defines and implements the
+with the \l{QML Applications}{QML language}. It defines and implements the
language and engine infrastructure, and provides an API to enable application
developers to extend the QML language with custom types and integrate QML code
with JavaScript and C++. The Qt QML module provides both a \l{Qt QML QML Types}
@@ -43,7 +43,7 @@ model-view support, an animation framework, and much more for building user
interfaces.
For those new to QML and Qt Quick, please see
-\l{qtquick-applicationdevelopers.html}{QML Application Developer Resources}
+\l{QML Applications}
for an introduction to writing QML applications.
\section1 Getting Started
@@ -131,7 +131,7 @@ the QML code to interact with C++ code.
Further information for writing QML applications:
\list
\li \l{The QML Reference}
-\li \l{QML Application Developer Resources}
+\li \l{QML Applications}
- essential information for application development with QML and Qt Quick
\li \l{Qt Quick} - a module which provides a set of QML types and C++ classes
for building user interfaces and applications with QML