diff --git a/docs/rules/no-deprecated-data-object-declaration.md b/docs/rules/no-deprecated-data-object-declaration.md index 773a50dd6..1875ff09f 100644 --- a/docs/rules/no-deprecated-data-object-declaration.md +++ b/docs/rules/no-deprecated-data-object-declaration.md @@ -75,7 +75,7 @@ Nothing. ## :books: Further reading -- [RFC: remove data object declaration](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0019-remove-data-object-declaration.md) +- [Vue RFCs - 0019-remove-data-object-declaration](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0019-remove-data-object-declaration.md) ## :mag: Implementation diff --git a/docs/rules/no-deprecated-events-api.md b/docs/rules/no-deprecated-events-api.md index 8f1244a08..11fb96a32 100644 --- a/docs/rules/no-deprecated-events-api.md +++ b/docs/rules/no-deprecated-events-api.md @@ -49,7 +49,7 @@ Nothing. ## :books: Further reading -- [RFC: events api change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0020-events-api-change.md) +- [Vue RFCs - 0020-events-api-change](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0020-events-api-change.md) ## :mag: Implementation diff --git a/docs/rules/no-deprecated-filter.md b/docs/rules/no-deprecated-filter.md index 787536bad..cba1380f3 100644 --- a/docs/rules/no-deprecated-filter.md +++ b/docs/rules/no-deprecated-filter.md @@ -43,7 +43,7 @@ Nothing. ## :books: Further Reading -- [Vue RFCs - Remove support for filters.](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0015-remove-filters.md) +- [Vue RFCs - 0015-remove-filters](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0015-remove-filters.md) ## :mag: Implementation diff --git a/docs/rules/no-deprecated-v-bind-sync.md b/docs/rules/no-deprecated-v-bind-sync.md index 642df95bf..75359741a 100644 --- a/docs/rules/no-deprecated-v-bind-sync.md +++ b/docs/rules/no-deprecated-v-bind-sync.md @@ -45,7 +45,7 @@ Nothing. ## :books: Further reading -- [RFC: Replace v-bind.sync with v-model argument](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0005-replace-v-bind-sync-with-v-model-argument.md) +- [Vue RFCs - 0005-replace-v-bind-sync-with-v-model-argument](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0005-replace-v-bind-sync-with-v-model-argument.md) ## :mag: Implementation diff --git a/docs/rules/no-deprecated-v-on-number-modifiers.md b/docs/rules/no-deprecated-v-on-number-modifiers.md index 5ecba24a8..5b720015f 100644 --- a/docs/rules/no-deprecated-v-on-number-modifiers.md +++ b/docs/rules/no-deprecated-v-on-number-modifiers.md @@ -44,7 +44,7 @@ Nothing. ## :books: Further reading -- [RFC: drop keycode support](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0014-drop-keycode-support.md) +- [Vue RFCs - 0014-drop-keycode-support](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0014-drop-keycode-support.md) ## :mag: Implementation