diff --git a/README.md b/README.md index 3fd432b1..825afc74 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![npm version](https://img.shields.io/npm/v/vue-eslint-parser.svg)](https://www.npmjs.com/package/vue-eslint-parser) [![Downloads/month](https://img.shields.io/npm/dm/vue-eslint-parser.svg)](http://www.npmtrends.com/vue-eslint-parser) -[![Build Status](https://github.com/mysticatea/vue-eslint-parser/workflows/CI/badge.svg)](https://github.com/mysticatea/vue-eslint-parser/actions) -[![Coverage Status](https://codecov.io/gh/mysticatea/vue-eslint-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/vue-eslint-parser) -[![Dependency Status](https://david-dm.org/mysticatea/vue-eslint-parser.svg)](https://david-dm.org/mysticatea/vue-eslint-parser) +[![Build Status](https://github.com/vuejs/vue-eslint-parser/workflows/CI/badge.svg)](https://github.com/vuejs/vue-eslint-parser/actions) +[![Coverage Status](https://codecov.io/gh/vuejs/vue-eslint-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/vuejs/vue-eslint-parser) +[![Dependency Status](https://david-dm.org/vuejs/vue-eslint-parser.svg)](https://david-dm.org/vuejs/vue-eslint-parser) The ESLint custom parser for `.vue` files. @@ -114,7 +114,7 @@ Please disable those rules for `.vue` files as necessary. ## 📰 Changelog -- [GitHub Releases](https://github.com/mysticatea/vue-eslint-parser/releases) +- [GitHub Releases](https://github.com/vuejs/vue-eslint-parser/releases) ## 🍻 Contributing diff --git a/package.json b/package.json index fbb1f013..87599abc 100644 --- a/package.json +++ b/package.json @@ -74,14 +74,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mysticatea/vue-eslint-parser.git" + "url": "git+https://github.com/vuejs/vue-eslint-parser.git" }, "keywords": [], "author": "Toru Nagashima", "license": "MIT", "bugs": { - "url": "https://github.com/mysticatea/vue-eslint-parser/issues" + "url": "https://github.com/vuejs/vue-eslint-parser/issues" }, - "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme", + "homepage": "https://github.com/vuejs/vue-eslint-parser#readme", "funding": "https://github.com/sponsors/mysticatea" } diff --git a/test/index.js b/test/index.js index 185115c2..1ffbe1df 100644 --- a/test/index.js +++ b/test/index.js @@ -529,7 +529,7 @@ describe("Basic tests", () => { }) }) - describe("https://github.com/mysticatea/vue-eslint-parser/issues/21", () => { + describe("https://github.com/vuejs/vue-eslint-parser/issues/21", () => { it("should make the correct location of decorators", () => { const code = fs.readFileSync( path.join(FIXTURE_DIR, "issue21.vue"),