Skip to content

Commit

Permalink
docs: fix url in auto-imports guide
Browse files Browse the repository at this point in the history
Current Typescript url to `/guide/introduction/typescript`
https://nitro.unjs.io/guide/introduction/auto-imports
  • Loading branch information
serkodev authored Nov 22, 2022
1 parent ffcbdbb commit f930563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.guide/1.introduction/2.auto-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is because Nitro is integrated with [unjs/unimport](https://github.com/unjs

Check [the source code](https://github.com/unjs/nitro/blob/main/src/imports.ts) for list of available auto imports.

With [Typescript](/guide/typescript) enabled, you can easily see them as global utilities in your IDE.
With [Typescript](/guide/introduction/typescript) enabled, you can easily see them as global utilities in your IDE.

## Manual Imports

Expand Down

0 comments on commit f930563

Please sign in to comment.