From 15d3129b5acef27291e67a1bd87a88fb185bce20 Mon Sep 17 00:00:00 2001 From: David Thornton Date: Sun, 3 May 2026 16:40:14 +1000 Subject: [PATCH] doc: fix the TypeScript Execute (tsx) project link Signed-off-by: David Thornton --- doc/api/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/typescript.md b/doc/api/typescript.md index 19ddc75c105bb5..3babb2a11263fe 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -229,7 +229,7 @@ with `#`. [`--no-strip-types`]: cli.md#--no-strip-types [`ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX`]: errors.md#err_unsupported_typescript_syntax [`tsconfig` "paths"]: https://www.typescriptlang.org/tsconfig/#paths -[`tsx`]: https://tsx.is/ +[`tsx`]: https://tsx.hirok.io/ [`verbatimModuleSyntax`]: https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax [file extensions are mandatory]: esm.md#mandatory-file-extensions [full support]: #full-typescript-support