From c09ee78feab897c054e6a3a8bb9ef096d8a307c4 Mon Sep 17 00:00:00 2001 From: Bill Criswell Date: Sat, 8 Nov 2014 21:06:43 -0500 Subject: [PATCH] Fixed link in: API -> Instance Properties -> Meta Properties --- source/api/instance-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/instance-properties.md b/source/api/instance-properties.md index c5c4ce3738..542b9f2be7 100644 --- a/source/api/instance-properties.md +++ b/source/api/instance-properties.md @@ -61,4 +61,4 @@ An object that holds DOM elements that have `v-el` registered. For more details ### Meta Properties -Instances created by `v-repeat` will also have some meta properties, e.g. `vm.$index`, `vm.$key` and `vm.$value`. For more details, see [the guide on using `v-repeat`](http://localhost:4000/guide/list.html). \ No newline at end of file +Instances created by `v-repeat` will also have some meta properties, e.g. `vm.$index`, `vm.$key` and `vm.$value`. For more details, see [the guide on using `v-repeat`](/guide/list.html). \ No newline at end of file