diff --git a/packages/kit/README.md b/packages/kit/README.md index 9817c7d1da..728b6153e4 100644 --- a/packages/kit/README.md +++ b/packages/kit/README.md @@ -2,4 +2,4 @@ > Toolkit for authoring Nuxt Modules -Learn more about this package: +Learn more about this package: diff --git a/packages/nuxi/README.md b/packages/nuxi/README.md index 02ac353c86..55c959cbcc 100644 --- a/packages/nuxi/README.md +++ b/packages/nuxi/README.md @@ -2,4 +2,4 @@ > Nuxt Command Line Interface -Learn more about this package: +Learn more about this package: diff --git a/packages/nuxi/src/commands/info.ts b/packages/nuxi/src/commands/info.ts index 8892f35394..bceba97471 100644 --- a/packages/nuxi/src/commands/info.ts +++ b/packages/nuxi/src/commands/info.ts @@ -93,7 +93,7 @@ export default defineNuxtCommand({ console.log([ `👉 Report an issue: https://github.com/${repo}/issues/new`, `👉 Suggest an improvement: https://github.com/${repo}/discussions/new`, - `👉 Read documentation: ${isNuxt3OrBridge ? 'https://v3.nuxtjs.org' : 'https://nuxtjs.org'}` + `👉 Read documentation: ${isNuxt3OrBridge ? 'https://nuxt.com' : 'https://nuxtjs.org'}` ].join('\n\n') + '\n') } }) diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index ee352a151a..1b8b39d932 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -2,4 +2,4 @@ > The core of Nuxt 3 -Learn more about this package: +Learn more about this package: diff --git a/packages/schema/src/config/adhoc.ts b/packages/schema/src/config/adhoc.ts index f5f9043948..47f6191537 100644 --- a/packages/schema/src/config/adhoc.ts +++ b/packages/schema/src/config/adhoc.ts @@ -8,7 +8,7 @@ export default defineUntypedSchema({ * pages, layouts (and other components) without needing to explicitly import them. * * @default {{ dirs: [`~/components`] }} - * @see https://v3.nuxtjs.org/guide/directory-structure/components + * @see https://nuxt.com/docs/guide/directory-structure/components * @type {boolean | typeof import('../src/types/components').ComponentsOptions | typeof import('../src/types/components').ComponentsOptions['dirs']} */ components: { @@ -26,7 +26,7 @@ export default defineUntypedSchema({ /** * Configure how Nuxt auto-imports composables into your application. * - * @see [Nuxt 3 documentation](https://v3.nuxtjs.org/guide/directory-structure/composables) + * @see [Nuxt 3 documentation](https://nuxt.com/docs/guide/directory-structure/composables) * @type {typeof import('../src/types/imports').ImportsOptions} */ imports: { diff --git a/packages/schema/src/config/nitro.ts b/packages/schema/src/config/nitro.ts index 46009a1e9a..6dbe9919a3 100644 --- a/packages/schema/src/config/nitro.ts +++ b/packages/schema/src/config/nitro.ts @@ -38,7 +38,7 @@ export default defineUntypedSchema({ * - middleware: Specifies whether it is a middleware handler. * - lazy: Specifies whether to use lazy loading to import the handler. * - * @see https://v3.nuxtjs.org/guide/features/server-routes + * @see https://nuxt.com/docs/guide/directory-structure/server * * @note Files from `server/api`, `server/middleware` and `server/routes` will be automatically registered by Nuxt. * diff --git a/packages/schema/src/config/typescript.ts b/packages/schema/src/config/typescript.ts index 8e11099a88..f069b9c1f0 100644 --- a/packages/schema/src/config/typescript.ts +++ b/packages/schema/src/config/typescript.ts @@ -24,7 +24,7 @@ export default defineUntypedSchema({ * If set to true, this will type check in development. You can restrict this to build-time type checking by setting it to `build`. * Requires to install `typescript` and `vue-tsc` as dev dependencies. * - * @see https://v3.nuxtjs.org/guide/concepts/typescript#type-checking + * @see https://nuxt.com/docs/guide/concepts/typescript * * @type {boolean | 'build'} */ diff --git a/packages/schema/src/types/imports.ts b/packages/schema/src/types/imports.ts index ee21e10195..b50608dbdb 100644 --- a/packages/schema/src/types/imports.ts +++ b/packages/schema/src/types/imports.ts @@ -12,7 +12,7 @@ export interface ImportsOptions extends UnimportOptions { /** * Directories to scan for auto imports. * - * @see https://v3.nuxtjs.org/guide/directory-structure/composables/#how-files-are-scanned + * @see https://nuxt.com/docs/guide/directory-structure/composables#how-files-are-scanned * @default ['./composables', './utils'] */ dirs?: string[] diff --git a/packages/vite/README.md b/packages/vite/README.md index 05f866ae8e..bc8e76b41f 100644 --- a/packages/vite/README.md +++ b/packages/vite/README.md @@ -2,4 +2,4 @@ > [Vite](https://vitejs.dev) bundler for Nuxt 3. -Learn more about this package: +Learn more about this package: diff --git a/packages/webpack/README.md b/packages/webpack/README.md index 7fe6bfb508..f695b5d08f 100644 --- a/packages/webpack/README.md +++ b/packages/webpack/README.md @@ -2,4 +2,4 @@ > The [Webpack](https://webpack.js.org) bundler for Nuxt 3 -Learn more about this package: +Learn more about this package: