diff --git a/bin/nuxt-init b/bin/nuxt-init index 35d2ac6e59..78e6362e94 100755 --- a/bin/nuxt-init +++ b/bin/nuxt-init @@ -55,7 +55,7 @@ const basePackage = `{ const baseConfig = `module.exports = { // Nuxt.js configuration file - // Please look at https://nuxtjs.org/docs/config-file + // Please look at https://nuxtjs.org/guide/configuration } ` diff --git a/examples/hello-world/pages/about.vue b/examples/hello-world/pages/about.vue index 4d605252c4..9f27ecf056 100755 --- a/examples/hello-world/pages/about.vue +++ b/examples/hello-world/pages/about.vue @@ -9,7 +9,7 @@