diff --git a/examples/meta-info/README.md b/examples/meta-info/README.md index 9832e65a42..2d2ddaa6a5 100644 --- a/examples/meta-info/README.md +++ b/examples/meta-info/README.md @@ -1,6 +1,6 @@ # Manage your app's meta information -Nuxt.js uses [vue-meta](https://github.com/declandewet/vue-meta) to manage page meta info (such as: meta, title, link, style, script) of your application. +Nuxt.js uses [vue-meta](https://github.com/nuxt/vue-meta) to manage page meta info (such as: meta, title, link, style, script) of your application. ## Example @@ -10,4 +10,4 @@ SEO: https://nuxtjs.org/examples/seo-html-head Nuxt.js: https://nuxtjs.org/guide/views#html-head -vue-meta: https://github.com/declandewet/vue-meta#table-of-contents +vue-meta: https://github.com/nuxt/vue-meta#table-of-contents