Fix links in QML documentation.
authorYann Bodson <yann.bodson@nokia.com>
Thu, 19 Jul 2012 03:47:43 +0000 (13:47 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Jul 2012 03:35:13 +0000 (05:35 +0200)
Change-Id: Ifd6a6cae8b0937548be23f36a23073f2b07e09b2
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
src/qml/doc/src/syntax/basics.qdoc
src/qml/doc/src/typesystem/topic.qdoc

index abf7969..afb0731 100644 (file)
@@ -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
index 5e32ccb..d97f406 100644 (file)
@@ -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