From 547c976f05574bc0bba09a40bed052a0c5f4f44a Mon Sep 17 00:00:00 2001 From: Archer Date: Tue, 4 Dec 2018 15:15:16 -0800 Subject: [PATCH] Change links that don't point to anything. --- lib/rules/no-multi-spaces.js | 2 +- lib/utils/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rules/no-multi-spaces.js b/lib/rules/no-multi-spaces.js index 22a7a8197..df2e42b55 100644 --- a/lib/rules/no-multi-spaces.js +++ b/lib/rules/no-multi-spaces.js @@ -46,7 +46,7 @@ module.exports = { if (context.parserServices.getTemplateBodyTokenStore == null) { context.report({ loc: { line: 1, column: 0 }, - 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.' + 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.' }) return } diff --git a/lib/utils/index.js b/lib/utils/index.js index feee8cc11..009bbae8e 100644 --- a/lib/utils/index.js +++ b/lib/utils/index.js @@ -34,7 +34,7 @@ module.exports = { if (context.parserServices.defineTemplateBodyVisitor == null) { context.report({ loc: { line: 1, column: 0 }, - 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' + 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' }) return {} }