chore: update links for new sitemap (#4286)

This commit is contained in:
Clément Ollivier 2022-04-12 11:59:32 +02:00 committed by GitHub
parent f753938843
commit 0457125ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,4 +2,4 @@
> Use backported Nuxt 3 features in Nuxt 2
Learn more about this package: <https://v3.nuxtjs.org/getting-started/bridge>
Learn more about this package: <https://v3.nuxtjs.org/bridge/overview>

View File

@ -2,4 +2,4 @@
> Nuxt Command Line Interface
Learn more about this package: <https://v3.nuxtjs.org/getting-started/commands>
Learn more about this package: <https://v3.nuxtjs.org/api/commands/add>

View File

@ -6,7 +6,7 @@ export default {
* pages, layouts (and other components) without needing to explicitly import them.
*
* @default {{ dirs: [`~/components`] }}
* @see [Nuxt 3](https://v3.nuxtjs.org/docs/directory-structure/components) and
* @see [Nuxt 3](https://v3.nuxtjs.org/guide/directory-structure/components) and
* [Nuxt 2](https://nuxtjs.org/docs/directory-structure/components/) documentation
* @type {boolean | typeof import('../src/types/components').ComponentsOptions | typeof import('../src/types/components').ComponentsOptions['dirs']}
* @version 2
@ -27,7 +27,7 @@ export default {
/**
* Configure how Nuxt auto-imports composables into your application.
*
* @see [Nuxt 3 documentation](https://v3.nuxtjs.org/docs/directory-structure/composables)
* @see [Nuxt 3 documentation](https://v3.nuxtjs.org/guide/directory-structure/composables)
* @type {typeof import('../src/types/imports').AutoImportsOptions}
* @version 3
*/