Skip to content

Commit 6d8c119

Browse files
committed
chore: move v2 docs to v2.nuxt.com
1 parent bb28819 commit 6d8c119

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Ž.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://nuxt.com/docs/
55
about: Check the documentation for usage of Nuxt 3
66
- name: πŸ“š Nuxt 2 Documentation
7-
url: https://nuxtjs.org/
7+
url: https://v2.nuxt.com/
88
about: Check the documentation for usage of Nuxt 2
99
- name: πŸ’¬ Discussions
1010
url: https://github.com/nuxt/nuxt/discussions

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/
115115

116116
## Nuxt 2
117117

118-
You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [nuxtjs.org](https://nuxtjs.org).
118+
You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [v2.nuxt.com](https://v2.nuxt.com).
119119

120120
## Follow us
121121

β€Žpackages/nuxi/src/commands/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default defineNuxtCommand({
9292
console.log([
9393
'πŸ‘‰ Report an issue: https://github.com/nuxt/nuxt/issues/new',
9494
'πŸ‘‰ Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new',
95-
`πŸ‘‰ Read documentation: ${isNuxt3OrBridge ? 'https://nuxt.com' : 'https://nuxtjs.org'}`
95+
`πŸ‘‰ Read documentation: ${isNuxt3OrBridge ? 'https://nuxt.com' : 'https://v2.nuxt.com'}`
9696
].join('\n\n') + '\n')
9797
}
9898
})

0 commit comments

Comments
Β (0)