Skip to content

Commit 4261a39

Browse files
Archer70mysticatea
authored andcommitted
Docs: change links that don't point to anything (#706)
1 parent 01a13b1 commit 4261a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/rules/no-multi-spaces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
if (context.parserServices.getTemplateBodyTokenStore == null) {
4747
context.report({
4848
loc: { line: 1, column: 0 },
49-
message: 'Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error.'
49+
message: 'Use the latest vue-eslint-parser. See also https://vuejs.github.io/eslint-plugin-vue/user-guide/#what-is-the-use-the-latest-vue-eslint-parser-error.'
5050
})
5151
return
5252
}

lib/utils/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
if (context.parserServices.defineTemplateBodyVisitor == null) {
3535
context.report({
3636
loc: { line: 1, column: 0 },
37-
message: 'Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error'
37+
message: 'Use the latest vue-eslint-parser. See also https://vuejs.github.io/eslint-plugin-vue/user-guide/#what-is-the-use-the-latest-vue-eslint-parser-error'
3838
})
3939
return {}
4040
}

0 commit comments

Comments
 (0)