Skip to content

Commit 644c3b9

Browse files
authored
docs: fix invalid links (#1061)
## Summary Updates the `tsdown` documentation links in `docs/guide/pack.md` to point to the correct pages for: - output formats - watch mode ## Why The previous links were invalid, which sent readers to 404 pages. ## Testing - Open links - [Output Format](https://tsdown.dev/options/output-format) - [Watch Mode](https://tsdown.dev/options/watch-mode) - Docs-only change; no code or runtime behavior changed
1 parent 9861b67 commit 644c3b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/pack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ See the [tsdown guide](https://tsdown.dev/guide/) and the [tsdown config file do
2525
Use it for:
2626

2727
- [declaration files (`dts`)](https://tsdown.dev/options/dts)
28-
- [output formats](https://tsdown.dev/options/format)
29-
- [watch mode](https://tsdown.dev/options/watch)
28+
- [output formats](https://tsdown.dev/options/output-format)
29+
- [watch mode](https://tsdown.dev/options/watch-mode)
3030
- [standalone executables](https://tsdown.dev/options/exe#executable)
3131

3232
```ts

0 commit comments

Comments
 (0)