docs: update internal links to bridge overview page

resolves #9527
This commit is contained in:
Daniel Roe 2022-12-06 09:04:35 +00:00
parent 24cf27e57b
commit 228bc9ce21
No known key found for this signature in database
GPG Key ID: 22D5008E4F5D9B55
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ export default <Plugin> function (ctx, inject) {}
```
::alert
You may wish to [migrate your plugins to Nuxt 3-style plugins](/docs/bridge#new-plugins-format-optional) as a next (optional) step.
You may wish to [migrate your plugins to Nuxt 3-style plugins](/docs/bridge/overview#new-plugins-format-optional) as a next (optional) step.
::
### `onGlobalSetup`

View File

@ -28,7 +28,7 @@ When Nuxt 3 users add your module, you will not have access to the module contai
Migrating to `@nuxt/bridge` is the first and most important step for supporting Nuxt 3.
If you have a fixture or example in your module, add `@nuxt/bridge` package to its config (see [example](/docs/bridge#update-nuxtconfig))
If you have a fixture or example in your module, add `@nuxt/bridge` package to its config (see [example](/docs/bridge/overview#update-nuxtconfig))
### Migrate from CommonJS to ESM