aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
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/quick
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/quick')
-rw-r--r--src/quick/doc/src/qtquick.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/quick/doc/src/qtquick.qdoc b/src/quick/doc/src/qtquick.qdoc
index deb6aa164c..088e62d81a 100644
--- a/src/quick/doc/src/qtquick.qdoc
+++ b/src/quick/doc/src/qtquick.qdoc
@@ -47,7 +47,7 @@ create user interfaces. Please see \l{Qt Quick Controls}
for more information.
For those new to QML and Qt Quick, please see
-\l{QML Application Developer Resources}
+\l{QML Applications}
for an introduction to writing QML applications.
\section1 Important Concepts in Qt Quick
@@ -74,7 +74,7 @@ When using the \c QtQuick module, you will need to know how to write QML
applications using the QML language. In particular, you should have a grasp
of the \l{qtquick-quickstart-basics.html}{QML Basics} and
\l{qtquick-quickstart-essentials.html}{QML Essentials} from the
-\l{qtquick-applicationdevelopers.html}{QML Application Developer Resources}.
+\l{QML Applications}.
To find out more about using the QML language, see the \l{Qt QML} module documentation.
@@ -135,7 +135,7 @@ module
Further information for writing QML applications:
\list
-\li \l{QML Application Developer Resources}
+\li \l{QML Applications}
- essential information for application development with QML and Qt Quick
\li \l{Qt QML} - documentation for the
Qt QML module, which provides the QML engine and language infrastructure