From: Tannaz <97254921+tannazma@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:22:08 +0000 (+0200) Subject: docs: Fix Vuex comparison link (#2412) X-Git-Tag: @pinia/nuxt@0.5.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08d3a804326c322891864c5c9ff43bdefa999ad3;p=thirdparty%2Fvuejs%2Fpinia.git docs: Fix Vuex comparison link (#2412) This link was taking users to the introduction page, I fixed it to take users to the right section of the introduction page --- diff --git a/packages/docs/cookbook/migration-vuex.md b/packages/docs/cookbook/migration-vuex.md index 31bb9eab..a388652c 100644 --- a/packages/docs/cookbook/migration-vuex.md +++ b/packages/docs/cookbook/migration-vuex.md @@ -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