aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-07-19 13:47:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-20 05:35:13 +0200
commit9018c236c73884ea706ac1d04a306467454e6243 (patch)
tree100fe865d07ce10ff8555797f05ff937ddd23708 /src/qml/doc/src
parent6742d20581a7b05461b2c1662b39fcc68e84b4e2 (diff)
Fix links in QML documentation.
Change-Id: Ifd6a6cae8b0937548be23f36a23073f2b07e09b2 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/syntax/basics.qdoc2
-rw-r--r--src/qml/doc/src/typesystem/topic.qdoc2
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 abf7969fbc..afb0731fb2 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 5e32ccb027..d97f406cac 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