Skip to content

Commit 1042577

Browse files
committed
Corrected link to caveats
1 parent f3f42c9 commit 1042577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/reactivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Vue.set(data, 'c', 3)
4949
// `vm.c` and `data.c` are now reactive
5050
```
5151

52-
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).
52+
There are also a few Array-related caveats, which were [discussed earlier in the list rendering section](/guide/list.html#Caveats).
5353

5454
## Initialize Your Data
5555

0 commit comments

Comments
 (0)