Skip to content

Commit

Permalink
Merge pull request #1 from weislanes/weislanes-patch-1
Browse files Browse the repository at this point in the history
Corrected link to caveats
  • Loading branch information
humanismusic committed Oct 15, 2015
2 parents f3f42c9 + 1042577 commit dc71ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide/reactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc71ce7

Please sign in to comment.