Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update domain #200

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

<!-- ## Documentation
## Documentation

https://rslib.dev/ -->
https://lib.rsbuild.dev/

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rslib/core",
"version": "0.0.5",
"description": "The Rspack-based library build tool.",
"homepage": "https://rslib.dev",
"homepage": "https://lib.rsbuild.dev",
"bugs": {
"url": "https://github.com/web-infra-dev/rslib/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rslib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

<!-- ## Documentation
## Documentation

https://rslib.dev/ -->
https://lib.rsbuild.dev/

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/create-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "create-rslib",
"version": "0.0.5",
"description": "Create a new Rslib project",
"homepage": "https://rslib.dev",
"homepage": "https://lib.rsbuild.dev",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rslib",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack.

<!-- ## Documentation
## Documentation

https://rslib.dev/ -->
https://lib.rsbuild.dev/

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rsbuild-plugin-dts",
"version": "0.0.5",
"description": "Dts plugin for Rsbuild",
"homepage": "https://rslib.dev",
"homepage": "https://lib.rsbuild.dev",
"bugs": {
"url": "https://github.com/web-infra-dev/rslib/issues"
},
Expand Down
Loading