diff --git a/README.md b/README.md index c34728c49..c8951f0a3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Since single file components in Vue are not plain JavaScript, the default parser To know more about certain nodes in produced ASTs, go here: - [ESTree docs](https://github.com/estree/estree) -- [vue-eslint-parser AST docs](https://github.com/mysticatea/vue-eslint-parser/blob/master/docs/ast.md) +- [vue-eslint-parser AST docs](https://github.com/vuejs/vue-eslint-parser/blob/master/docs/ast.md) The `vue-eslint-parser` provides a few useful parser services that help traverse the produced AST and access tokens of the template: - `context.parserServices.defineTemplateBodyVisitor(visitor, scriptVisitor)` diff --git a/docs/developer-guide/README.md b/docs/developer-guide/README.md index d216984b8..f08ecc3a8 100644 --- a/docs/developer-guide/README.md +++ b/docs/developer-guide/README.md @@ -39,7 +39,7 @@ Since single file components in Vue are not plain JavaScript, we can't use the d To know more about certain nodes in produced ASTs, go here: - [ESTree docs](https://github.com/estree/estree) -- [vue-eslint-parser AST docs](https://github.com/mysticatea/vue-eslint-parser/blob/master/docs/ast.md) +- [vue-eslint-parser AST docs](https://github.com/vuejs/vue-eslint-parser/blob/master/docs/ast.md) The `vue-eslint-parser` provides few useful parser services, to help traverse the produced AST and access tokens of the template: - `context.parserServices.defineTemplateBodyVisitor(visitor, scriptVisitor)` diff --git a/docs/rules/html-indent.md b/docs/rules/html-indent.md index c3a45f273..ab6e144d5 100644 --- a/docs/rules/html-indent.md +++ b/docs/rules/html-indent.md @@ -82,7 +82,7 @@ This rule enforces a consistent indentation style in `