Skip to content

Commit cd88aae

Browse files
committed
chore: update repository URL in package.json
1 parent 29cd0db commit cd88aae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Please follow the [Documentation guidelines](#documentation).
2929

3030
Some issues are created without information requested in the [Bug report guideline](#bug-report). Help make them easier to resolve by adding any relevant information.
3131

32-
Issues with the [design label](https://github.com/rspack-contrib/ts-checker-rspack-plugin/labels/design) are meant to discuss the implementation of new features. Participating in the discussion is a good opportunity to get involved and influence the future direction of **ts-checker-rspack-plugin**.
32+
Issues with the [design label](https://github.com/rstackjs/ts-checker-rspack-plugin/labels/design) are meant to discuss the implementation of new features. Participating in the discussion is a good opportunity to get involved and influence the future direction of **ts-checker-rspack-plugin**.
3333

3434
### Fix bugs and implement features
3535

36-
Confirmed bugs and ready-to-implement features are marked with the [help wanted label](https://github.com/rspack-contrib/ts-checker-rspack-plugin/labels/bug). Post a comment on an issue to indicate you would like to work on it and to request help from the contributors and the community.
36+
Confirmed bugs and ready-to-implement features are marked with the [help wanted label](https://github.com/rstackjs/ts-checker-rspack-plugin/labels/bug). Post a comment on an issue to indicate you would like to work on it and to request help from the contributors and the community.
3737

3838
### Bug report
3939

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Big thanks to `fork-ts-checker-webpack-plugin` creators and contributors for the
2222
- Supports modern TypeScript features like [project references](https://www.typescriptlang.org/docs/handbook/project-references.html) and [incremental mode](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag)
2323
- Displays nice error messages with the [code frame](https://babeljs.io/docs/en/next/babel-code-frame.html) formatter 🌈
2424

25-
💡 For Rsbuild projects, use [@rsbuild/plugin-type-check](https://github.com/rspack-contrib/rsbuild-plugin-type-check) to get out-of-the-box experience.
25+
💡 For Rsbuild projects, use [@rsbuild/plugin-type-check](https://github.com/rstackjs/rsbuild-plugin-type-check) to get out-of-the-box experience.
2626

2727
## Installation
2828

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"typecheck"
1010
],
1111
"bugs": {
12-
"url": "https://github.com/rspack-contrib/ts-checker-rspack-plugin/issues"
12+
"url": "https://github.com/rstackjs/ts-checker-rspack-plugin/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/rspack-contrib/ts-checker-rspack-plugin.git"
16+
"url": "https://github.com/rstackjs/ts-checker-rspack-plugin.git"
1717
},
1818
"license": "MIT",
1919
"files": [

0 commit comments

Comments
 (0)