Skip to content

Commit 0303783

Browse files
authored
docs: update tsup API docs link [ci skip] (#1160)
1 parent 31cffed commit 0303783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This will output `dist/index.js` and `dist/cli.js`.
4444

4545
For complete usages, please dive into the [docs](https://tsup.egoist.dev).
4646

47-
For all configuration options, please see [the API docs](https://paka.dev/npm/tsup#module-index-export-Options).
47+
For all configuration options, please see [the API docs](https://jsdocs.io/package/tsup).
4848

4949
## 💬 Discussions
5050

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can use any of these files:
8989
9090
You can also specify a custom filename using the `--config` flag, or passing `--no-config` to disable config files.
9191

92-
[Check out all available options](https://paka.dev/npm/tsup#module-index-export-Options).
92+
[Check out all available options](https://jsdocs.io/package/tsup).
9393

9494
#### TypeScript / JavaScript
9595

@@ -595,7 +595,7 @@ await build({
595595
})
596596
```
597597

598-
For all available options for the `build` function, please see [the API docs](https://paka.dev/npm/tsup).
598+
For all available options for the `build` function, please see [the API docs](https://jsdocs.io/package/tsup).
599599

600600
### Using custom tsconfig.json
601601

0 commit comments

Comments
 (0)