diff options
Diffstat (limited to 'docs/installation.md')
-rw-r--r-- | docs/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md index f6b983411..06ca2b34d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -125,7 +125,7 @@ Then include `"bun-types"` in the `compilerOptions.types` in your `tsconfig.json } ``` -Refer to [Ecosystem > TypeScript](/docs/ecosystem/typescript) for a complete guide to TypeScript support in Bun. +Refer to [Ecosystem > TypeScript](/docs/runtime/typescript) for a complete guide to TypeScript support in Bun. ## Completions |