From 837dacf1cbff99dc21e3f5d87f9dd60b069a70c3 Mon Sep 17 00:00:00 2001 From: Aaron Bohy Date: Mon, 27 May 2019 12:04:46 +0200 Subject: [PATCH] [DOC] animations: correct link --- doc/animations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/animations.md b/doc/animations.md index 7dabb28d..0ca0990e 100644 --- a/doc/animations.md +++ b/doc/animations.md @@ -36,4 +36,4 @@ keyboard) the button. A more complex situation occurs when we want to transition an element in or out of the page. For example, we may want a fade-in and fade-out effect. -The `t-transition` directive is here to help us (see [QWeb documentation](doc/qweb.md#t-transition-directive)). \ No newline at end of file +The `t-transition` directive is here to help us (see [QWeb documentation](qweb.md#t-transition-directive)).