From 2b3e4f6bb732284d8d953d466a1be06d3fb8bf20 Mon Sep 17 00:00:00 2001 From: Olivier Deland Date: Sun, 14 Oct 2018 17:02:50 -0400 Subject: [PATCH] Updated link for git repo store folder link Old link was giving a 404. "src" changed to "app". --- content/docs/en/getting-started/7-vue-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/en/getting-started/7-vue-plugins.md b/content/docs/en/getting-started/7-vue-plugins.md index a9f94236..58d0742e 100644 --- a/content/docs/en/getting-started/7-vue-plugins.md +++ b/content/docs/en/getting-started/7-vue-plugins.md @@ -108,4 +108,4 @@ new Vue({ For more information about Vuex, see [the Vuex documentation](https://vuex.vuejs.org). -For more examples about how to manage the elements of Vuex, explore the [`/store` folder](https://github.com/tralves/groceries-ns-vue/tree/master/src/store/) of the NativeScript-Vue Groceries sample. +For more examples about how to manage the elements of Vuex, explore the [`/store` folder](https://github.com/tralves/groceries-ns-vue/tree/master/app/store/) of the NativeScript-Vue Groceries sample.