diff --git a/README.md b/README.md
index 6e6ee2c..0ea74cc 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-
-
@@ -68,7 +63,7 @@ $ rspack serve $ rspack serve -c ./your.config.js ``` -> See [CLI](https://rspack.dev/api/cli) for more details. +> See [CLI](https://rspack.rs/api/cli) for more details. While starting the development server, you can specify the configuration by the `devServer` field of your Rspack config file: @@ -83,7 +78,7 @@ export default { }; ``` -> See [DevServer](https://rspack.dev/config/dev-server) for all configuration options. +> See [DevServer](https://rspack.rs/config/dev-server) for all configuration options. ### With the API diff --git a/package.json b/package.json index c586333..d8d3837 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "node": ">= 18.12.0" }, "packageManager": "pnpm@10.27.0", - "homepage": "https://rspack.dev", + "homepage": "https://rspack.rs", "bugs": "https://github.com/rspack-contrib/rspack-dev-server/issues", "repository": { "type": "git",