aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/appdevguide
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-24 13:12:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-24 05:14:04 +0200
commitacf5251f855c8af7cd27776ecb1c9c7370b066bb (patch)
tree3c4cac15dc62e67d4d914c50453874727d207c5e /src/quick/doc/src/appdevguide
parent8fe246768fb5305b64810bff8ce8b21e2234e4e1 (diff)
Fix doc links
Change-Id: Iafbcd39472f3e6f12169ae1a17b4a040dbb9a8a4 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/doc/src/appdevguide')
-rw-r--r--src/quick/doc/src/appdevguide/qml-intro.qdoc13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/quick/doc/src/appdevguide/qml-intro.qdoc b/src/quick/doc/src/appdevguide/qml-intro.qdoc
index e96fafb6cb..5eb1031b26 100644
--- a/src/quick/doc/src/appdevguide/qml-intro.qdoc
+++ b/src/quick/doc/src/appdevguide/qml-intro.qdoc
@@ -90,10 +90,11 @@ this simple example.
\section1 Importing Modules
-The \c import statement imports the \l{qtquick-main.html}{QtQuick}
-\l{qtqml-modules-topic.html}{module}, which contains all of the standard
-QML types. Without this import statement, the \l Rectangle and
-other visual object types would not be available.
+The \c import statement imports the QtQuick module, which contains all of the
+standard QML types. A \l{qtqml-modules-topic.html}{module} makes a particular
+set of types available to the QML code that imports it; without this import
+statement, the \l Rectangle and other visual object types would not be
+available.
A specific version of a module is imported. This guarantees that the
QML types imported when the application is run by the user match those
@@ -1274,10 +1275,10 @@ page contains the most important information for QML application developers.
{Developing Qt Quick Applications with Creator} provides an overview
of user interface development using the visual \e{Qt Quick Designer} tool.
-The \l{qtqml-main.html}{Qt QML module} documentation contains in-depth
+The \l {QtQml}{Qt QML module} documentation contains in-depth
information about the QML language and the concepts behind QML.
-The \l{qtquick-main.html}{Qt Quick module} documentation contains in-depth
+The \l {QtQuick}{Qt Quick module} documentation contains in-depth
information about the QML types and functionality provided by Qt Quick,
which forms the basis for user-interfaces developed in QML.