Skip to content

Commit 53b662b

Browse files
authored
docs: fix link to module.ts in README (#704)
1 parent ad2d6d2 commit 53b662b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For more information on how to use this composable, see [the docs](https://nuxt.
224224

225225
You can optionally disable some features from bridge or opt-in to less stable ones. In normal circumstances, it is always best to stick with defaults!
226226

227-
You can check [bridge/src/module.ts](https://github.com/nuxt/framework/blob/main/packages/bridge/src/module.ts) for latest defaults.
227+
You can check [packages/bridge/src/module.ts](https://github.com/nuxt/bridge/blob/main/packages/bridge/src/module.ts) for latest defaults.
228228

229229
```ts [nuxt.config.js|ts]
230230
import { defineNuxtConfig } from '@nuxt/bridge'

0 commit comments

Comments
 (0)