Skip to content

Commit dcfa62f

Browse files
update edit link
1 parent e010f42 commit dcfa62f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const en = defineConfig({
1717
},
1818

1919
editLink: {
20-
pattern: 'https://github.com/GreenShadeZhang/botsharp-doc/:path',
20+
pattern: 'https://github.com/GreenShadeZhang/botsharp-doc/blob/main/:path',
2121
text: 'Edit this page on GitHub'
2222
},
2323

.vitepress/config/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const zh = defineConfig({
1717
},
1818

1919
editLink: {
20-
pattern: 'https://github.com/GreenShadeZhang/botsharp-doc/:path',
20+
pattern: 'https://github.com/GreenShadeZhang/botsharp-doc/blob/main/:path',
2121
text: '在 GitHub 上编辑此页面'
2222
},
2323

0 commit comments

Comments
 (0)