diff --git a/docs/content/bridge/1.overview.md b/docs/content/bridge/1.overview.md index 3a417cd89f..160021ffb2 100644 --- a/docs/content/bridge/1.overview.md +++ b/docs/content/bridge/1.overview.md @@ -236,7 +236,7 @@ For more information on how to use this composable, see [the docs](/guide/featur 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! -You can check [bridge/src/module.ts](https://github.com/nuxt/framework/blob/main/packages/bridge/src/module.ts) for latest defaults. +You can check [bridge/src/module.ts](https://github.com/nuxt/bridge/blob/main/src/module.ts) for latest defaults. ```ts [nuxt.config.js|ts] import { defineNuxtConfig } from '@nuxt/bridge'