diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:27:33 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:27:55 (GMT) |
commit | 0a4e108dcca40d04be92c4924c422df4403caa48 (patch) | |
tree | e1620c9f93ba22268fb777e5d49193332571c715 | |
parent | 0272b55b500d02ae64637635dfd33308a2a700e7 (diff) | |
download | Qt-0a4e108dcca40d04be92c4924c422df4403caa48.zip Qt-0a4e108dcca40d04be92c4924c422df4403caa48.tar.gz Qt-0a4e108dcca40d04be92c4924c422df4403caa48.tar.bz2 |
Change the links to behavior examples.
-rw-r--r-- | doc/src/declarative/animation.qdoc | 2 | ||||
-rw-r--r-- | doc/src/declarative/examples.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc index 4ec1503..2176db1 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 1003b22..65fd72f 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 |