Skip to content

Commit

Permalink
fix: update link to Bridge documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 31, 2023
1 parent 2b84daf commit 1571863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
---

**Nuxt Bridge has now been released in beta.** It has full composition API support and it's strongly recommended to migrate from `@nuxtjs/composition-api`, if possible, by following the steps in [the Bridge migration guide](https://v3.nuxtjs.org/getting-started/bridge/). Feedback welcome at `https://github.com/nuxt-community/composition-api/discussions/585`.
**Nuxt Bridge has now been released in beta.** It has full composition API support and it's strongly recommended to migrate from `@nuxtjs/composition-api`, if possible, by following the steps in [the Bridge migration guide](https://nuxt.com/docs/bridge/overview). Feedback welcome at `https://github.com/nuxt-community/composition-api/discussions/585`.

---

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/en/1.getting-started/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: '@nuxtjs/composition-api provides a way to use the Vue Composition
> `@nuxtjs/composition-api` provides a way to use the Vue Composition API in with Nuxt-specific features.
:::alert{type="info"}
**Nuxt Bridge has now been released in beta.** It has full composition API support and it's strongly recommended to use Nuxt Bridge _instead_, if possible, by following the steps in [the Bridge migration guide](https://v3.nuxtjs.org/getting-started/bridge/). Feedback welcome at [https://github.com/nuxt-community/composition-api/discussions/585](https://github.com/nuxt-community/composition-api/discussions/585).
**Nuxt Bridge has now been released in beta.** It has full composition API support and it's strongly recommended to use Nuxt Bridge _instead_, if possible, by following the steps in [the Bridge migration guide](https://nuxt.com/docs/bridge/overview). Feedback welcome at [https://github.com/nuxt-community/composition-api/discussions/585](https://github.com/nuxt-community/composition-api/discussions/585).
:::

## Key features
Expand Down
2 changes: 1 addition & 1 deletion src/module/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const compositionApiModule: Module<never> = function compositionApiModule() {
if (!this.nuxt.options.capi?.disableMigrationWarning) {
this.nuxt.hook('build:done', () => {
console.info(
"`Nuxt Bridge has now been released in beta.` It has full composition API support and it's strongly recommended to migrate from `@nuxtjs/composition-api`, if possible, by following the steps at `https://v3.nuxtjs.org/getting-started/bridge`. Feedback welcome at `https://github.com/nuxt-community/composition-api/discussions/585`.\n"
"`Nuxt Bridge has now been released in beta.` It has full composition API support and it's strongly recommended to migrate from `@nuxtjs/composition-api`, if possible, by following the steps at `https://nuxt.com/docs/bridge/overview`. Feedback welcome at `https://github.com/nuxt-community/composition-api/discussions/585`.\n"
)
})
}
Expand Down

0 comments on commit 1571863

Please sign in to comment.