Skip to content

Commit c32c588

Browse files
authored
fix(content): broken link in TypeScript runner (#7665)
1 parent e5f7611 commit c32c588

File tree

1 file changed

+1
-1
lines changed
  • apps/site/pages/en/learn/typescript

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/typescript/run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: AugustinMauroy
66

77
# Running TypeScript with a runner
88

9-
If you want more advanced processing of TypeScript than the built-in support (or you're using Node.js prior to v22.7.0), you have 2 options: use a runner (which handles much of the complexity for you), or handle it all yourself via [transpilation](./transpile.md).
9+
If you want more advanced processing of TypeScript than the built-in support (or you're using Node.js prior to v22.7.0), you have 2 options: use a runner (which handles much of the complexity for you), or handle it all yourself via [transpilation](./transpile).
1010

1111
## Running TypeScript code with `ts-node`
1212

0 commit comments

Comments
 (0)