From: Eduardo San Martin Morote Date: Fri, 20 Aug 2021 15:03:53 +0000 (+0200) Subject: docs: fix changelog link X-Git-Tag: @pinia/nuxt@0.0.2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=038b4219cf117291290f7c5a4ff9c85a4fb944ec;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix changelog link --- diff --git a/packages/docs/cookbook/migration-0-0-7.md b/packages/docs/cookbook/migration-0-0-7.md index 4a5277cf..9b024c0e 100644 --- a/packages/docs/cookbook/migration-0-0-7.md +++ b/packages/docs/cookbook/migration-0-0-7.md @@ -3,7 +3,7 @@ The versions after `0.0.7`: `0.1.0`, and `0.2.0`, came with a few big breaking changes. This guide helps you migrate whether you use Vue 2 or Vue 3. The whole changelog can be found in the repository: - [For Pinia <= 1 for Vue 2](https://github.com/posva/pinia/blob/v1/CHANGELOG.md) -- [For Pinia >= 2 for Vue 3](https://github.com/posva/pinia/blob/v2/CHANGELOG.md) +- [For Pinia >= 2 for Vue 3](https://github.com/posva/pinia/blob/v2/packages/pinia/CHANGELOG.md) If you have questions or issues regarding the migration, feel free to [open a discussion](https://github.com/posva/pinia/discussions/categories/q-a) to ask for help.