Skip to content

Commit a2eda6e

Browse files
committed
docs: fix edit links
1 parent 8fe07ed commit a2eda6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const sharedConfig = defineConfig({
128128
},
129129

130130
editLink: {
131-
pattern: 'https://github.com/vuejs/pinia/edit/v2/packages/docs/:path',
131+
pattern: 'https://github.com/vuejs/pinia/edit/v3/packages/docs/:path',
132132
text: 'Suggest changes',
133133
},
134134

0 commit comments

Comments
 (0)