diff --git a/docs/1.guide/1.utils.md b/docs/1.guide/1.utils.md index 7a03f49c2f..e7fcbecd5b 100644 --- a/docs/1.guide/1.utils.md +++ b/docs/1.guide/1.utils.md @@ -58,8 +58,8 @@ Nitro also exposes several built-in utils: - `nitroPlugin(plugin)`{lang=ts} - `getRouteRules(event)`{lang=ts} -::read-more{to="https://github.com/unjs/nitro/blob/main/src/imports.ts"} -Check [the source code](https://github.com/unjs/nitro/blob/main/src/imports.ts) for list of available Nitro auto imports. +::read-more{to="https://github.com/unjs/nitro/blob/v2/src/core/config/resolvers/imports.ts#L58"} +Check [the source code](https://github.com/unjs/nitro/blob/v2/src/core/config/resolvers/imports.ts#L58) for list of available Nitro auto imports. :: ::read-more{to="/guide/typescript"}