Skip to content

Commit dc71ce7

Browse files
committed
Merge pull request #1 from weislanes/weislanes-patch-1
Corrected link to caveats
2 parents f3f42c9 + 1042577 commit dc71ce7

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)