From f65172c8d10f876956859a017722bf5d435b2005 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet Date: Thu, 12 Mar 2020 11:13:37 +0100 Subject: [PATCH] Fix guide link on valid-v-bind-sync rule docs --- docs/rules/valid-v-bind-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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