Skip to content

Commit 6ed93d6

Browse files
authored
docs(rolldown): update links to match new docs (#20941)
1 parent ed4a0dc commit 6ed93d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/rolldown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Rolldown focuses on three key principles:
2222

2323
3. **Additional Features**: Rolldown introduces features that are not available in Rollup or esbuild, such as advanced chunk splitting control, built-in HMR, and Module Federation.
2424

25-
For additional insights on the motivations behind Rolldown, see the [reasons why Rolldown is being built](https://rolldown.rs/guide/#why-rolldown).
25+
For additional insights on the motivations behind Rolldown, see the [reasons why Rolldown is being built](https://rolldown.rs/guide/introduction#why-rolldown).
2626

2727
## Benefits of Trying `rolldown-vite`
2828

@@ -322,7 +322,7 @@ const plugin = {
322322

323323
### Hook filter feature
324324

325-
Rolldown introduced a [hook filter feature](https://rolldown.rs/plugins/hook-filters) to reduce the communication overhead between the Rust and JavaScript runtimes. This feature allows plugins to specify patterns that determine when hooks should be called, improving performance by avoiding unnecessary hook invocations.
325+
Rolldown introduced a [hook filter feature](https://rolldown.rs/apis/plugin-hook-filters) to reduce the communication overhead between the Rust and JavaScript runtimes. This feature allows plugins to specify patterns that determine when hooks should be called, improving performance by avoiding unnecessary hook invocations.
326326

327327
See the [Hook Filters guide](/guide/api-plugin#hook-filters) for more information.
328328

0 commit comments

Comments
 (0)