Skip to content

Commit f9a0516

Browse files
committed
fix(content): broken link in TypeScript runner
1 parent 294a102 commit f9a0516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/site/pages/en/learn/typescript

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

Lines changed: 1 addition & 1 deletion
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)