From d31d8b194d7b44ad644838dc1e5e8228653a5bf1 Mon Sep 17 00:00:00 2001 From: Ke Pan Date: Fri, 21 Aug 2015 18:47:48 +0800 Subject: [PATCH] Update global-api.md understanding async updates is in best-practices.html --- source/api/global-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/global-api.md b/source/api/global-api.md index c23bfaa511..f43aa47127 100644 --- a/source/api/global-api.md +++ b/source/api/global-api.md @@ -99,7 +99,7 @@ Will result in: - **callback** `Function` -Defer the callback to be executed after the next DOM update cycle. Use it immediately after you've changed some data to wait for the DOM update. For more details see [Understanding Async Updates](/guide/directives.html#Understanding_Async_Updates). +Defer the callback to be executed after the next DOM update cycle. Use it immediately after you've changed some data to wait for the DOM update. For more details see [Understanding Async Updates](/guide/best-practices.html#Understanding_Async_Updates). ### Vue.directive( id, [definition] )