Skip to content

Commit 85285e4

Browse files
committed
fix: 更新 GitHub 用户名为 leonyangdev
1 parent ed91d75 commit 85285e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

book/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
{ text: '项目篇', link: '/chapter-08-project-overview' },
3030
{
3131
text: '源码',
32-
link: 'https://github.com/hefeng6500/digit-recognizer',
32+
link: 'https://github.com/leonyangdev/digit-recognizer',
3333
},
3434
],
3535

@@ -74,7 +74,7 @@ export default defineConfig({
7474
socialLinks: [
7575
{
7676
icon: 'github',
77-
link: 'https://github.com/hefeng6500/digit-recognizer',
77+
link: 'https://github.com/leonyangdev/digit-recognizer',
7878
},
7979
],
8080

@@ -125,7 +125,7 @@ export default defineConfig({
125125
// 编辑链接(可选)
126126
editLink: {
127127
pattern:
128-
'https://github.com/hefeng6500/digit-recognizer/edit/main/book/:path',
128+
'https://github.com/leonyangdev/digit-recognizer/edit/main/book/:path',
129129
text: '在 GitHub 上编辑此页',
130130
},
131131

book/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
link: /README
1515
- theme: alt
1616
text: GitHub 源码
17-
link: https://github.com/hefeng6500/digit-recognizer
17+
link: https://github.com/leonyangdev/digit-recognizer
1818

1919
features:
2020
- icon: 🧠

0 commit comments

Comments
 (0)