From ec6e2df7431741d570c5c426ab9d5bfb8aee736d Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Thu, 25 Feb 2016 01:08:26 +0900 Subject: [PATCH] Add api reference --- src/guide/instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/instance.md b/src/guide/instance.md index d83a287131..def5783be2 100644 --- a/src/guide/instance.md +++ b/src/guide/instance.md @@ -73,7 +73,7 @@ vm.$watch('a', function (newVal, oldVal) { }) ``` -Consult the API reference for the full list of instance properties and methods. +Consult the [API reference](/api) for the full list of instance properties and methods. ## Instance Lifecycle