Skip to content

Commit d831f0b

Browse files
committed
fix: edit link
1 parent bf66e02 commit d831f0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineAdditionalConfig({
2020
},
2121

2222
editLink: {
23-
pattern: 'https://github.com/rustfs/rustfs/edit/main/docs/:path',
23+
pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path',
2424
text: 'Edit this page on GitHub',
2525
},
2626

docs/zh/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineAdditionalConfig({
2020
},
2121

2222
editLink: {
23-
pattern: 'https://github.com/rustfs/rustfs/edit/main/docs/:path',
23+
pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path',
2424
text: '在 GitHub 上编辑此页面'
2525
},
2626

0 commit comments

Comments
 (0)