diff --git a/docs/rules/valid-v-bind-sync.md b/docs/rules/valid-v-bind-sync.md index 6e8d9504e..5c0018e19 100644 --- a/docs/rules/valid-v-bind-sync.md +++ b/docs/rules/valid-v-bind-sync.md @@ -62,7 +62,7 @@ Nothing. ## :books: Further reading -- [Guide - `.sync` Modifier]([https://vuejs.org/v2/guide/list.html#v-for-with-a-Component](https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier)) +- [Guide - `.sync` Modifier](https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier) ## :mag: Implementation