Skip to content

Commit 1a8dc3b

Browse files
authored
docs: update Rspack website links (#64)
1 parent ed50e4d commit 1a8dc3b

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://assets.rspack.dev/rspack/rspack-banner-plain-dark.png">
3-
<img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner-plain-light.png">
4-
</picture>
5-
61
# @rspack/dev-server
72

83
<p>
@@ -68,7 +63,7 @@ $ rspack serve
6863
$ rspack serve -c ./your.config.js
6964
```
7065

71-
> See [CLI](https://rspack.dev/api/cli) for more details.
66+
> See [CLI](https://rspack.rs/api/cli) for more details.
7267
7368
While starting the development server, you can specify the configuration by the `devServer` field of your Rspack config file:
7469

@@ -83,7 +78,7 @@ export default {
8378
};
8479
```
8580

86-
> See [DevServer](https://rspack.dev/config/dev-server) for all configuration options.
81+
> See [DevServer](https://rspack.rs/config/dev-server) for all configuration options.
8782
8883
### With the API
8984

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"node": ">= 18.12.0"
5151
},
5252
"packageManager": "pnpm@10.27.0",
53-
"homepage": "https://rspack.dev",
53+
"homepage": "https://rspack.rs",
5454
"bugs": "https://github.com/rspack-contrib/rspack-dev-server/issues",
5555
"repository": {
5656
"type": "git",

0 commit comments

Comments
 (0)