summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial2.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-08 00:40:05 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-08 00:40:05 (GMT)
commit4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84 (patch)
tree4816de1ef63efb681c3baa39b7c056e987428a7d /doc/src/declarative/tutorial2.qdoc
parent68573410fb50d95a6ce27cd001d2e140b0b4aedd (diff)
downloadQt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.zip
Qt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.tar.gz
Qt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.tar.bz2
doc cleanup
Diffstat (limited to 'doc/src/declarative/tutorial2.qdoc')
-rw-r--r--doc/src/declarative/tutorial2.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc
index a076a62..66a0515 100644
--- a/doc/src/declarative/tutorial2.qdoc
+++ b/doc/src/declarative/tutorial2.qdoc
@@ -30,7 +30,7 @@ An \l Item is the most basic visual element in QML and is often used as a contai
We declare a \c color property. This property is accessible from \e outside our component, this allows us
to instantiate the cells with different colors.
-This property is just an alias to an existing property - the color of the rectangle that compose the cell (see \l{Properties}).
+This property is just an alias to an existing property - the color of the rectangle that compose the cell (see \l{intro-properties}{Properties}).
\snippet examples/declarative/tutorials/helloworld/Cell.qml 5