Skip to content

Commit 28a3e7d

Browse files
docs: update links to npx (#680)
* docs: update links to npx * Update getting-started.md --------- Co-authored-by: Hiroki Osame <[email protected]>
1 parent 38b7135 commit 28a3e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before you can start using _tsx_, ensure that you have [Node.js installed](https
66

77
## Quickstart
88

9-
`tsx` can be executed with [npx](https://docs.npmjs.com/cli/v8/commands/npx)—a tool to run npm packages without installing them.
9+
`tsx` can be executed with [npx](https://docs.npmjs.com/cli/commands/npx/)—a tool to run npm packages without installing them.
1010

1111
In your command-line, simply pass in a TypeScript file you'd like to run. It's that simple!
1212

@@ -67,7 +67,7 @@ In the `scripts` object, you can reference `tsx` directly without `npx`:
6767

6868
## Global installation
6969

70-
If you want to use `tsx` anywhere on your computer (without [`npx`](https://docs.npmjs.com/cli/v8/commands/npx)), install it globally:
70+
If you want to use `tsx` anywhere on your computer (without [`npx`](https://docs.npmjs.com/cli/commands/npx/)), install it globally:
7171

7272
::: code-group
7373
```sh [npm]

0 commit comments

Comments
 (0)