aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples/tutorial.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2012-04-17 15:24:22 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-23 12:35:19 +0200
commitbb1f411455ec0e3a446b87c24d44577e17251aef (patch)
tree034ed1497f4b7444eed24d508f91feea56f12339 /doc/src/examples/tutorial.qdoc
parent6fe0263b25475199808fc5633fbcacc06162af2a (diff)
Doc: Changed the title for QtQuick articles
- Removed "QML" from the title - Fixed the links to the articles - Removed extra references to QML Change-Id: I47e0871d9362be9625ada61d27123b1605d55a94 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'doc/src/examples/tutorial.qdoc')
-rw-r--r--doc/src/examples/tutorial.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/tutorial.qdoc b/doc/src/examples/tutorial.qdoc
index 558b5bb6d9..b42384245e 100644
--- a/doc/src/examples/tutorial.qdoc
+++ b/doc/src/examples/tutorial.qdoc
@@ -228,5 +228,5 @@ This is equivalent to writing the two transitions separately.
The \l ParallelAnimation element makes sure that the two types of animations (number and color) start at the same time.
We could also run them one after the other by using \l SequentialAnimation instead.
-For more details on states and transitions, see \l {QML States} and the \l{declarative/animation/states}{states and transitions example}.
+For more details on states and transitions, see \l {States} and the \l{declarative/animation/states}{states and transitions example}.
*/