Skip to content

Commit 541ee8c

Browse files
committed
chore(docs): Update documentation URL
1 parent c256eab commit 541ee8c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = {
3030
"no-invalid-meta": "error",
3131
'eslint-plugin/require-meta-type': 'error',
3232
"require-meta-docs-url": ["error", {
33-
"pattern": `https://vuejs.github.io/eslint-plugin-vue/rules/{{name}}.html`
33+
"pattern": `https://eslint.vuejs.org/rules/{{name}}.html`
3434
}]
3535
}
3636
}]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
## :book: Documentation
1111

12-
See https://vuejs.github.io/eslint-plugin-vue/
12+
See https://eslint.vuejs.org
1313

1414
## :anchor: Versioning Policy
1515

@@ -23,7 +23,7 @@ We're using [GitHub Releases](https://github.com/vuejs/eslint-plugin-vue/release
2323

2424
Contributing is welcome!
2525

26-
See https://vuejs.github.io/eslint-plugin-vue/developer-guide/
26+
See https://eslint.vuejs.org/developer-guide/
2727

2828
### Working with rules
2929

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (deprecatedRules.length > 0) {
2727
}
2828

2929
module.exports = {
30-
base: '/eslint-plugin-vue/',
30+
base: '/',
3131
title: 'eslint-plugin-vue',
3232
description: 'Official ESLint plugin for Vue.js',
3333
serviceWorker: true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"files": [
2020
"lib"
2121
],
22-
"homepage": "https://vuejs.github.io/eslint-plugin-vue/",
22+
"homepage": "https://eslint.vuejs.org",
2323
"keywords": [
2424
"eslint",
2525
"eslint-plugin",

0 commit comments

Comments
 (0)