Skip to content

Commit

Permalink
docs: fix edit links
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 11, 2025
1 parent 8fe07ed commit a2eda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},

Expand Down

0 comments on commit a2eda6e

Please sign in to comment.