From f9a05163c0f60fdec3a0eb27ca86a4ba60ac414a Mon Sep 17 00:00:00 2001 From: Lorenzo Zabot Date: Fri, 18 Apr 2025 09:04:58 +0200 Subject: [PATCH] fix(content): broken link in TypeScript runner --- apps/site/pages/en/learn/typescript/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/pages/en/learn/typescript/run.md b/apps/site/pages/en/learn/typescript/run.md index bf74775fbae5e..373325e51d61b 100644 --- a/apps/site/pages/en/learn/typescript/run.md +++ b/apps/site/pages/en/learn/typescript/run.md @@ -6,7 +6,7 @@ authors: AugustinMauroy # Running TypeScript with a runner -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). +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). ## Running TypeScript code with `ts-node`