diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 84afe23b..3d4b940d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -11,7 +11,7 @@ assignees: '' Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. --> ### Version -@nuxthq/ui: +@nuxt/ui: nuxt: ### Reproduction Link @@ -19,7 +19,7 @@ nuxt: ### Steps to reproduce diff --git a/README.md b/README.md index 98999269..1298d304 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![nuxt-ui-social-card](https://repository-images.githubusercontent.com/428329515/43fec891-9030-4601-8233-5d45ba5c6013)](https://ui.nuxtlabs.com) +[![nuxt-ui-social-card](https://repository-images.githubusercontent.com/428329515/43fec891-9030-4601-8233-5d45ba5c6013)](https://ui.nuxt.com) # Nuxt UI @@ -21,19 +21,19 @@ Is has been developed by [NuxtLabs](https://nuxtlabs.com/) for [Volta](https://v - Bundled icons - Fully typed -Read more on [ui.nuxtlabs.com](https://ui.nuxtlabs.com) +Read more on [ui.nuxt.com](https://ui.nuxt.com) ## Installation ```bash # Using npm -npm install @nuxthq/ui +npm install @nuxt/ui # Using yarn -yarn add @nuxthq/ui +yarn add @nuxt/ui # Using pnpm -pnpm add @nuxthq/ui +pnpm add @nuxt/ui ``` Then, register the module in your `nuxt.config.ts`: @@ -41,24 +41,24 @@ Then, register the module in your `nuxt.config.ts`: ```js export default defineNuxtConfig({ modules: [ - '@nuxthq/ui' + '@nuxt/ui' ] }) ``` -If you want latest updates, please use `@nuxthq/ui-edge` in your `package.json`: +If you want latest updates, please use `@nuxt/ui-edge` in your `package.json`: ```json { "devDependencies": { - "@nuxthq/ui": "npm:@nuxthq/ui-edge@latest" + "@nuxt/ui": "npm:@nuxt/ui-edge@latest" } } ``` ## Documentation -Visit https://ui.nuxtlabs.com to explore the documentation. +Visit https://ui.nuxt.com to explore the documentation. ## Credits @@ -72,17 +72,17 @@ Visit https://ui.nuxtlabs.com to explore the documentation. ## License -Licensed under the [MIT license](https://github.com/nuxtlabs/ui/blob/dev/LICENSE.md). +Licensed under the [MIT license](https://github.com/nuxt/ui/blob/dev/LICENSE.md). -[npm-version-src]: https://img.shields.io/npm/v/@nuxthq/ui/latest.svg?style=flat&colorA=18181B&colorB=28CF8D -[npm-version-href]: https://npmjs.com/package/@nuxthq/ui +[npm-version-src]: https://img.shields.io/npm/v/@nuxt/ui/latest.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-version-href]: https://npmjs.com/package/@nuxt/ui -[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxthq/ui.svg?style=flat&colorA=18181B&colorB=28CF8D -[npm-downloads-href]: https://npmjs.com/package/@nuxthq/ui +[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D +[npm-downloads-href]: https://npmjs.com/package/@nuxt/ui -[license-src]: https://img.shields.io/github/license/nuxtlabs/ui.svg?style=flat&colorA=18181B&colorB=28CF8D -[license-href]: https://github.com/nuxtlabs/ui/blob/main/LICENSE +[license-src]: https://img.shields.io/github/license/nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D +[license-href]: https://github.com/nuxt/ui/blob/main/LICENSE [nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js [nuxt-href]: https://nuxt.com diff --git a/docs/app.vue b/docs/app.vue index 56a13bdf..dffcddaf 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -61,7 +61,7 @@ useHead({ ], link: [ { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }, - { rel: 'canonical', href: `https://ui.nuxtlabs.com${withoutTrailingSlash(route.path)}` } + { rel: 'canonical', href: `https://ui.nuxt.com${withoutTrailingSlash(route.path)}` } ], htmlAttrs: { lang: 'en' diff --git a/docs/components/Footer.vue b/docs/components/Footer.vue index a306db46..82fa5af3 100644 --- a/docs/components/Footer.vue +++ b/docs/components/Footer.vue @@ -17,7 +17,7 @@ diff --git a/docs/components/Header.vue b/docs/components/Header.vue index f909fc8d..584de326 100644 --- a/docs/components/Header.vue +++ b/docs/components/Header.vue @@ -23,7 +23,7 @@ -