Skip to content

Commit

Permalink
docs: update tsup API docs link [ci skip] (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
wChenonly committed Jul 19, 2024
1 parent 31cffed commit 0303783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This will output `dist/index.js` and `dist/cli.js`.

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

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

## 💬 Discussions

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can use any of these files:
You can also specify a custom filename using the `--config` flag, or passing `--no-config` to disable config files.

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

#### TypeScript / JavaScript

Expand Down Expand Up @@ -595,7 +595,7 @@ await build({
})
```

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

### Using custom tsconfig.json

Expand Down

0 comments on commit 0303783

Please sign in to comment.