From: Niceplugin Date: Wed, 27 Jul 2022 13:27:50 +0000 (+0900) Subject: docs: Invalid Docs Link (#1487) X-Git-Tag: @pinia/nuxt@0.4.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240f784c02c0caa8236c1ba914d6009cd792141e;p=thirdparty%2Fvuejs%2Fpinia.git docs: Invalid Docs Link (#1487) Co-authored-by: Eduardo San Martin Morote --- diff --git a/packages/docs/core-concepts/index.md b/packages/docs/core-concepts/index.md index e18ab5a6..f0032e3f 100644 --- a/packages/docs/core-concepts/index.md +++ b/packages/docs/core-concepts/index.md @@ -64,7 +64,7 @@ In _Setup Stores_: - `computed()`s become `getters` - `function()`s become `actions` -Setup stores bring a lot more flexibility than [Options Stores](#option-stores) as you can create watchers within a store and freely use any [composable](https://vuejs.org/guide/reusability/composables.html#composables). However, keep in mind that using composables will get more complex [SSR](../cookbook//composables.md). +Setup stores bring a lot more flexibility than [Options Stores](#option-stores) as you can create watchers within a store and freely use any [composable](https://vuejs.org/guide/reusability/composables.html#composables). However, keep in mind that using composables will get more complex [SSR](../cookbook/composables.md). ## What syntax should I pick?