From 9018c236c73884ea706ac1d04a306467454e6243 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Thu, 19 Jul 2012 13:47:43 +1000 Subject: [PATCH] Fix links in QML documentation. Change-Id: Ifd6a6cae8b0937548be23f36a23073f2b07e09b2 Reviewed-by: Alan Alpert --- src/qml/doc/src/syntax/basics.qdoc | 2 +- src/qml/doc/src/typesystem/topic.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/doc/src/syntax/basics.qdoc b/src/qml/doc/src/syntax/basics.qdoc index abf7969..afb0731 100644 --- a/src/qml/doc/src/syntax/basics.qdoc +++ b/src/qml/doc/src/syntax/basics.qdoc @@ -162,7 +162,7 @@ When the \l Text object refers to its \l {Item::parent}{parent} value in the abo (Additionally, notice that the \l Text object has been declared without assigning it to a property of the \l Rectangle, unlike the earlier example which assigned a \l Gradient object to the rectangle's \c gradient property. This is because the \l {Item::children}{children} property of \l Item has been set as the type's \l {qtqml-syntax-objectattributes.html#default-properties}{default property} to enable this more convenient syntax.) -See the \l{qtquick-concepts-visual.html#items-and-visual-parenting}{Visual Parent} documentation for more information on the concept of visual parenting with the \l Item type. +See the \l{qtquick-visualcanvas-visualparent.html}{visual parent} documentation for more information on the concept of visual parenting with the \l Item type. \section1 Comments diff --git a/src/qml/doc/src/typesystem/topic.qdoc b/src/qml/doc/src/typesystem/topic.qdoc index 5e32ccb..d97f406 100644 --- a/src/qml/doc/src/typesystem/topic.qdoc +++ b/src/qml/doc/src/typesystem/topic.qdoc @@ -82,7 +82,7 @@ Item { } \endqml -See \l {Using JavaScript Expressions with QML} for more details. +See \l {qtqml-javascript-expressions.html}{JavaScript Expressions in QML Documents} for more details. \section1 QML Object Types -- 1.7.2.5