Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 228bc9c

Browse files
committed
docs: update internal links to bridge overview page
resolves #9527
1 parent 24cf27e commit 228bc9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/1.docs/6.bridge/2.bridge-composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default <Plugin> function (ctx, inject) {}
8686
```
8787

8888
::alert
89-
You may wish to [migrate your plugins to Nuxt 3-style plugins](/docs/bridge#new-plugins-format-optional) as a next (optional) step.
89+
You may wish to [migrate your plugins to Nuxt 3-style plugins](/docs/bridge/overview#new-plugins-format-optional) as a next (optional) step.
9090
::
9191

9292
### `onGlobalSetup`

docs/content/1.docs/7.migration/20.module-authors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When Nuxt 3 users add your module, you will not have access to the module contai
2828

2929
Migrating to `@nuxt/bridge` is the first and most important step for supporting Nuxt 3.
3030

31-
If you have a fixture or example in your module, add `@nuxt/bridge` package to its config (see [example](/docs/bridge#update-nuxtconfig))
31+
If you have a fixture or example in your module, add `@nuxt/bridge` package to its config (see [example](/docs/bridge/overview#update-nuxtconfig))
3232

3333
### Migrate from CommonJS to ESM
3434

0 commit comments

Comments
 (0)