From 583f69b1e14e17aca6e17214004f172e7cdc7084 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 9 Nov 2009 17:02:58 +1000 Subject: Fix doc link. --- doc/src/declarative/tutorial2.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc index b198bc5..dd0d428 100644 --- a/doc/src/declarative/tutorial2.qdoc +++ b/doc/src/declarative/tutorial2.qdoc @@ -10,7 +10,7 @@ Our color picker is made of six cells with different colors. To avoid writing the same code multiple times, we first create a new \c Cell component. A component provides a way of defining a new type that we can re-use in other QML files. A QML component is like a black-box and interacts with the outside world through properties, signals and slots and is generally -defined in its own QML file (for more details, see \l components). +defined in its own QML file (for more details, see \l {Defining new Components}). The component's filename must always start with a capital letter. Here is the QML code for \c Cell.qml: -- cgit v0.12