Skip to content

Commit 6b64e0b

Browse files
committed
fix: remove broken Docusaurus link to internal code_execution docs
The code_execution/ directory is not included in the website build, so cross-references to it break the Docusaurus build. Replace with a plain text reference to the repo path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8e6ac56 commit 6b64e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/code-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const user: User = { name: input.username };
233233
- TypeScript support uses type-stripping only (no type checking or semantic validation)
234234
- Valid JavaScript is also valid TypeScript
235235
- Transpilation errors return the `TRANSPILE_ERROR` error code with line/column information
236-
- See [Code Execution Overview](../code_execution/overview#typescript-support) for comprehensive TypeScript documentation
236+
- See `docs/code_execution/overview.md` in the repository for comprehensive TypeScript documentation
237237
238238
## Best Practices
239239

0 commit comments

Comments
 (0)