Skip to content

Commit ca60082

Browse files
committed
update doc repo link.
1 parent d37f792 commit ca60082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const en = defineConfig({
1515
},
1616
editLink: {
1717
text: 'Edit this page on Github',
18-
pattern: 'https://github.com/Project-Aloha/project-aloha.github.io/edit/main/:path'
18+
pattern: 'https://github.com/Project-Aloha/DocumentWebsite/edit/main/:path'
1919
},
2020
footer: {
2121
copyright: `Site CC BY-NC-SA 4.0 | CopyRight © 2022-${new Date().getFullYear()} Project-Aloha`

.vitepress/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const zh = defineConfig({
3131
},
3232
editLink: {
3333
text: '在 Github 上编辑此页',
34-
pattern: 'https://github.com/Project-Aloha/project-aloha.github.io/edit/main/:path'
34+
pattern: 'https://github.com/Project-Aloha/DocumentWebsite/edit/main/:path'
3535
},
3636
footer: {
3737
copyright: `网站 CC BY-NC-SA 4.0 | 版权所有 © 2022-${new Date().getFullYear()} Project-Aloha`

0 commit comments

Comments
 (0)