Skip to content

Commit

Permalink
docs: Fix Vuex comparison link (#2412)
Browse files Browse the repository at this point in the history
This link was taking users to the introduction page, I fixed it to take users to the right section of the introduction page
  • Loading branch information
tannazma authored Sep 17, 2023
1 parent 9a14cb4 commit 08d3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/cookbook/migration-vuex.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ More details can be found [here](../core-concepts/outside-component-usage.md).

## Advanced Vuex Usage

In the case your Vuex store using some of the more advanced features it offers, here is some guidance on how to accomplish the same in Pinia. Some of these points are already covered in [this comparison summary](../introduction.md#comparison-with-vuex-3-x-4-x).
In the case your Vuex store using some of the more advanced features it offers, here is some guidance on how to accomplish the same in Pinia. Some of these points are already covered in [this comparison summary](../introduction.md#Comparison-with-Vuex-3-x-4-x).

### Dynamic Modules

Expand Down

0 comments on commit 08d3a80

Please sign in to comment.