Skip to content

Commit 41a0875

Browse files
committed
fix: 修复了编辑页面跳转错误的问题
1 parent ed9e342 commit 41a0875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default defineConfig({
3636
},
3737

3838
editLink: {
39-
pattern: 'https://github.com/Bychuhan/RePyPhiRenderer/edit/main/docs/:path',
39+
pattern: 'https://github.com/Bychuhan/pypr-docs/edit/main/docs/md/:path',
4040
text: '在 GitHub 上编辑此页面'
4141
},
4242

0 commit comments

Comments
 (0)