Skip to content

Commit 6d8c119

Browse files
committedMay 22, 2023
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

+1-1
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

+1-1
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

+1-1
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)
Please sign in to comment.