Skip to content

Commit

Permalink
docs: fix edit link (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored May 11, 2024
1 parent 6e75efc commit 134b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineConfig({
),

editLink: {
pattern: 'https://github.com/antfu/eslint-plugin-command/edit/main/docs/:path',
pattern: 'https://github.com/antfu/eslint-plugin-command/edit/main/:path',
text: 'Suggest changes to this page',
},

Expand Down

0 comments on commit 134b0df

Please sign in to comment.