Skip to content

Commit 240f784

Browse files
nicepluginposva
andauthored
docs: Invalid Docs Link (#1487)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent b52bee9 commit 240f784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In _Setup Stores_:
6464
- `computed()`s become `getters`
6565
- `function()`s become `actions`
6666

67-
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).
67+
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).
6868

6969
## What syntax should I pick?
7070

0 commit comments

Comments
 (0)