From 240f784c02c0caa8236c1ba914d6009cd792141e Mon Sep 17 00:00:00 2001 From: Niceplugin Date: Wed, 27 Jul 2022 22:27:50 +0900 Subject: [PATCH] docs: Invalid Docs Link (#1487) Co-authored-by: Eduardo San Martin Morote --- packages/docs/core-concepts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.47.2