From 8286ea1a1daf1edbd7c82a3647af1ffeb5675776 Mon Sep 17 00:00:00 2001 From: Martin F Date: Tue, 24 Oct 2017 13:56:59 +0200 Subject: [PATCH] Fix link to nuxt module docs --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7213dca2a98..56781cd1b2a 100755 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ and [BootstrapVue](https://unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css in your bundle or reference them from `static/` via `index.html`. ## Nuxt.js -You can use official [Nuxt.js](https://nuxtjs.org) module to add BootstrapVue support. ([module docs](https://github.com/nuxt-community/modules/tree/master/modules/bootstrap-vue)) +You can use official [Nuxt.js](https://nuxtjs.org) module to add BootstrapVue support. ([module docs](https://github.com/nuxt-community/modules/tree/master/packages/bootstrap-vue)) - Add `@nuxtjs/bootstrap-vue` dependency using yarn or npm to your project: - Add `@nuxtjs/bootstrap-vue` to modules section of **nuxt.config.js**