Skip to content

Commit 01ee928

Browse files
committed
docs: update Rspack links in README file
1 parent e2994e2 commit 01ee928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ yarn add -D ts-checker-rspack-plugin
3939
pnpm add -D ts-checker-rspack-plugin
4040
```
4141

42-
The minimal Rspack config with [builtin:swc-loader](https://rspack.dev/guide/features/builtin-swc-loader).
42+
The minimal Rspack config with [builtin:swc-loader](https://rspack.rs/guide/features/builtin-swc-loader).
4343

4444
```js
4545
// rspack.config.mjs
@@ -199,7 +199,7 @@ This plugin provides some custom Rspack hooks:
199199
| `issues` | `SyncWaterfallHook` | `issues, compilation` | Issues have been received and will be reported. It's a waterfall hook, so you can modify the list of received issues. |
200200

201201
To access plugin hooks and tap into the event, we need to use the `getCompilerHooks` static method.
202-
When we call this method with a [Rspack compiler instance](https://rspack.dev/api/javascript-api/compiler), it returns the object with
202+
When we call this method with a [Rspack compiler instance](https://rspack.rs/api/javascript-api/compiler), it returns the object with
203203
[tapable](https://github.com/webpack/tapable) hooks where you can pass in your callbacks.
204204

205205
```js

0 commit comments

Comments
 (0)