From: Soviut Date: Sun, 29 Aug 2021 19:20:27 +0000 (-0400) Subject: docs: fixed dead link to docs (#638) X-Git-Tag: @pinia/nuxt@0.0.2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b83de35246f1f1e3b7be738fcaeb2ac12e4543d8;p=thirdparty%2Fvuejs%2Fpinia.git docs: fixed dead link to docs (#638) --- diff --git a/README.md b/README.md index d749bd95..1b952bc5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A few notes about the project and possible questions: **Q**: _What about dynamic modules?_ -**A**: Dynamic modules are not type safe, so instead [we allow creating different stores](#composing-stores) that can be imported anywhere +**A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.esm.dev/cookbook/composing-stores.html) that can be imported anywhere ## Roadmap / Ideas