Skip to content

Commit

Permalink
chore: move v2 docs to v2.nuxt.com
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed May 22, 2023
1 parent 139f4c3 commit b4ab0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/src/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default defineNuxtCommand({
console.log([
'👉 Report an issue: https://github.com/nuxt/nuxt/issues/new',
'👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new',
`👉 Read documentation: ${isNuxt3OrBridge ? 'https://nuxt.com' : 'https://nuxtjs.org'}`
`👉 Read documentation: ${isNuxt3OrBridge ? 'https://nuxt.com' : 'https://v2.nuxt.com'}`
].join('\n\n') + '\n')
}
})
Expand Down

0 comments on commit b4ab0ae

Please sign in to comment.