Skip to content

Commit 431463b

Browse files
fix: multistore use cases link (#7421)
* fix: multistore use cases link * fix: other links * refactor: just cta in use cases card
1 parent 426cd8b commit 431463b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/content/guides/7.multistore/1.introduction/1.index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ The solution is flexible and allows you to optimize the ways you want to develop
6161

6262
This means that you can deploy completely separate storefronts or a single store with multiple variations from the same repository. One does not influence the other, so you can optimize the workflow and deployment to fit your needs without tradeoffs.
6363

64-
::card{title="Next: Use Cases" to="/guides/multistore/use-cases"}
64+
::card{title="Next: Use Cases"}
6565

6666
#description
6767
Learn the most common use cases that Alokai Multistore was built for.
6868

6969
#cta
70-
:::docs-arrow-link{to="/guides/multistore/use-cases"}
70+
:::docs-arrow-link{to="/guides/multistore/introduction/use-cases"}
7171
Next
7272
:::
7373
::

docs/content/guides/7.multistore/2.tooling-and-concepts/1.index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Some files receive special treatment during composition:
373373
Learn how to create and manage stores using the CLI.
374374

375375
#cta
376-
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/managing-the-stores"}
376+
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/managing-the-stores"}
377377
Next
378378
:::
379379
::

docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/3.managing-the-stores.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ rm -rf .turbo
282282
Learn how to set up and use your local development environment effectively.
283283

284284
#cta
285-
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/local-environment"}
285+
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/local-environment"}
286286
Next
287287
:::
288288
::

docs/content/guides/7.multistore/2.tooling-and-concepts/2.development/4.local-environment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Learn how to create and run integration tests using Playwright in your Alokai mu
197197

198198

199199
#cta
200-
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/integration-tests"}
200+
:::docs-arrow-link{to="/guides/multistore/tooling-and-concepts/development/integration-tests"}
201201
Next
202202
:::
203203
::

0 commit comments

Comments
 (0)