]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix edit links
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:28:51 +0000 (15:28 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Feb 2025 14:28:51 +0000 (15:28 +0100)
packages/docs/.vitepress/config/shared.ts

index afac80ece73d44c2dde1ea7e735556503223afe4..086524c41dc1c872a8a61eccdeb06808b85631a7 100644 (file)
@@ -128,7 +128,7 @@ export const sharedConfig = defineConfig({
     },
 
     editLink: {
-      pattern: 'https://github.com/vuejs/pinia/edit/v2/packages/docs/:path',
+      pattern: 'https://github.com/vuejs/pinia/edit/v3/packages/docs/:path',
       text: 'Suggest changes',
     },