summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/glossary.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/glossary.qdoc')
-rw-r--r--doc/src/qmlapp/glossary.qdoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/qmlapp/glossary.qdoc b/doc/src/qmlapp/glossary.qdoc
index 460493de..db82da19 100644
--- a/doc/src/qmlapp/glossary.qdoc
+++ b/doc/src/qmlapp/glossary.qdoc
@@ -56,12 +56,10 @@
The QML language provides a number of built in
(\l{qtqml-typesystem-basictypes.html}{basic types}), and the
- Qt Quick module provides various \l{qtquick-qmltypereference.html}
- {Qt Quick types} for building QML applications. Types can also be
- provided by third-party developers through
- (\l{qtqml-modules-topic.html}{modules}) or by the application
- developer in the application itself through
- \l{qtqml-documents-definetypes.html}{QML Documents}.
+ Qt Quick module provides various \l {Qt Quick QML Types}{Qt Quick types}
+ for building QML applications. Types can also be provided by
+ third-party developers through (\l{qtqml-modules-topic.html}{modules}) or by the application
+ developer in the application itself through \l{qtqml-documents-definetypes.html}{QML Documents}.
See \l{qtqml-typesystem-topic.html}{The QML Type System}
for more details.