summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-11-24 16:27:33 +0100
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-24 16:27:55 +0100
commit0a4e108dcca40d04be92c4924c422df4403caa48 (patch)
treee1620c9f93ba22268fb777e5d49193332571c715 /doc
parent0272b55b500d02ae64637635dfd33308a2a700e7 (diff)
downloadqt4-tools-0a4e108dcca40d04be92c4924c422df4403caa48.tar.gz
Change the links to behavior examples.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/animation.qdoc2
-rw-r--r--doc/src/declarative/examples.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc
index 4ec1503bcf..2176db16b1 100644
--- a/doc/src/declarative/animation.qdoc
+++ b/doc/src/declarative/animation.qdoc
@@ -141,7 +141,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 {declarative/animation/behaviors/behavior-example}{Behaviors example} for a
demonstration of behavioral animations.
\section1 Playing Animations in Parallel or in Sequence
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index 1003b2269b..65fd72f37c 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -117,7 +117,7 @@ The examples can be found in Qt's \c examples/declarative directory.
\section2 Animation
\list
\o \l{declarative/animation/basics}{Basics}
-\o \l{declarative/animation/behaviors}{Behaviors}
+\o \l{declarative/animation/behaviors/behavior-example}{Behaviors}
\o \l{declarative/animation/easing}{Easing}
\o \l{declarative/animation/states}{States}
\endlist