From 1042577ad0294fe414dc6901b8691d84bdf5f5e9 Mon Sep 17 00:00:00 2001 From: weislanes Date: Thu, 15 Oct 2015 13:15:47 +0100 Subject: [PATCH] Corrected link to caveats --- source/guide/reactivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/reactivity.md b/source/guide/reactivity.md index 132066833d..97b70388cc 100644 --- a/source/guide/reactivity.md +++ b/source/guide/reactivity.md @@ -49,7 +49,7 @@ Vue.set(data, 'c', 3) // `vm.c` and `data.c` are now reactive ``` -There are also a few Array-related caveats, which were [discussed earlier in the list rendering section](http://localhost:4000/guide/list.html#Array_Observation_Caveats). +There are also a few Array-related caveats, which were [discussed earlier in the list rendering section](/guide/list.html#Caveats). ## Initialize Your Data