aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/statesanimations/animations.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2014-04-08 13:24:42 +0200
committerNico Vertriest <nico.vertriest@digia.com>2014-07-02 14:52:54 +0200
commit2dcad8f5c899ecec459d9e2a2c30211ee9e6c20c (patch)
tree7316250bf8191f42b053e609209a512646364b0e /src/quick/doc/src/concepts/statesanimations/animations.qdoc
parentf5adbaa903d5ac078dc71d5af555ba7884645a8f (diff)
Doc: correct link/compilation errors in Qt Declarative
Task-number: QTBUG-34749 Change-Id: I507d54b0568d77c6099a0bd99f5c369b8667032a Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/quick/doc/src/concepts/statesanimations/animations.qdoc')
-rw-r--r--src/quick/doc/src/concepts/statesanimations/animations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/doc/src/concepts/statesanimations/animations.qdoc b/src/quick/doc/src/concepts/statesanimations/animations.qdoc
index e4e208863b..080b786f9b 100644
--- a/src/quick/doc/src/concepts/statesanimations/animations.qdoc
+++ b/src/quick/doc/src/concepts/statesanimations/animations.qdoc
@@ -183,7 +183,7 @@ There are several methods of assigning behavior animations to properties. The
\c{Behavior on <property>} declaration is a convenient way of assigning a
behavior animation onto a property.
-See the \l {declarative/animation/behaviors}{Behaviors example} for a
+See the \l {Qt Quick Examples - Animation} for a
demonstration of behavioral animations.
\section1 Playing Animations in Parallel or in Sequence
@@ -235,7 +235,7 @@ are also different parameters to control the curve, some of which are exclusive
to a particular curve. For more information about the easing curves, visit the
\l {PropertyAnimation::easing.type}{easing} documentation.
-The \l{declarative/animation/easing}{easing example} visually demonstrates each
+The \l{animation/easing}{easing example} visually demonstrates each
of the different easing types.
\section2 Other Animation Types