Skip to content

Commit 5d32818

Browse files
committed
docs: fix dead external links in docs and skills
1 parent c7483a0 commit 5d32818

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/recipes/react-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ There are 2 ways of transforming JSX/TSX files in `tsdown`:
5757
- **classic**
5858
- **automatic** (default)
5959

60-
If you need to use classic JSX transformation, you can configure Rolldown's [`inputOptions.jsx`](https://rolldown.rs/reference/config-options#jsx) option in your configuration file:
60+
If you need to use classic JSX transformation, you can configure Rolldown's [`inputOptions.jsx`](https://rolldown.rs/reference/InputOptions.transform#jsx) option in your configuration file:
6161

6262
```ts [tsdown.config.ts]
6363
import { defineConfig } from 'tsdown'

docs/zh-CN/recipes/react-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export { MyButton } from './MyButton'
5757
- **classic(经典)**
5858
- **automatic(自动,默认)**
5959

60-
如果需要使用经典 JSX 转换方式,可在配置文件中设置 Rolldown 的 [`inputOptions.jsx`](https://rolldown.rs/reference/config-options#jsx) 选项:
60+
如果需要使用经典 JSX 转换方式,可在配置文件中设置 Rolldown 的 [`inputOptions.jsx`](https://rolldown.rs/reference/InputOptions.transform#jsx) 选项:
6161

6262
```ts [tsdown.config.ts]
6363
import { defineConfig } from 'tsdown'

skills/tsdown/references/advanced-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Vite plugins may rely on Vite-specific APIs:
359359

360360
## Resources
361361

362-
- [Rolldown Plugin Development](https://rolldown.rs/guide/plugin-development)
362+
- [Rolldown Plugin Development](https://rolldown.rs/apis/plugin-api)
363363
- [Unplugin Documentation](https://unplugin.unjs.io/)
364364
- [Rollup Plugins](https://github.com/rollup/plugins)
365365
- [Vite Plugins](https://vitejs.dev/plugins/)

skills/tsdown/references/guide-migrate-from-tsup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ tsdown should be faster than tsup. If not:
182182

183183
- [GitHub Issues](https://github.com/rolldown/tsdown/issues) - Report bugs or request features
184184
- [Documentation](https://tsdown.dev) - Full documentation
185-
- [Migration Tool](https://github.com/rolldown/tsdown/tree/main/packages/tsdown-migrate) - Source code
185+
- [Migration Tool](https://github.com/rolldown/tsdown/tree/main/packages/migrate) - Source code
186186

187187
## Acknowledgements
188188

skills/tsdown/references/option-tree-shaking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineConfig({
101101
})
102102
```
103103

104-
See [Rolldown docs](https://rolldown.rs/reference/config-options#treeshake) for all options.
104+
See [Rolldown docs](https://rolldown.rs/reference/InputOptions.treeshake#treeshake) for all options.
105105

106106
### Disable
107107

0 commit comments

Comments
 (0)