aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples/tutorial.qdoc
diff options
context:
space:
mode:
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}.
*/