]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: Fix Vuex comparison link (#2412)
authorTannaz <97254921+tannazma@users.noreply.github.com>
Sun, 17 Sep 2023 19:22:08 +0000 (21:22 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2023 19:22:08 +0000 (21:22 +0200)
This link was taking users to the introduction page, I fixed it to take users to the right section of the introduction page

packages/docs/cookbook/migration-vuex.md

index 31bb9eab01e062366658d0339c580c8357f05ad9..a388652c770540f4abfeeb83ece98fe1da839315 100644 (file)
@@ -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