Skip to content

Commit 3e07e31

Browse files
committed
chore: update footer url errors.
1 parent daf75a8 commit 3e07e31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/node/footer.mjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export const footer = (editPath) => {
1313
properties: {
1414
'data-edit': true,
1515
target: '__blank',
16-
title: `https://github.com/jaywcjlove/handbook/edit/master/${editPath}`,
17-
href: `https://github.com/jaywcjlove/handbook/edit/master/${editPath}`,
16+
title: `https://github.com/jaywcjlove/mysql-tutorial/edit/master/${editPath}`,
17+
href: `https://github.com/jaywcjlove/mysql-tutorial/edit/master/${editPath}`,
1818
},
1919
children: [ { type: 'text', value: '编辑当前页面' } ]
2020
},
@@ -23,7 +23,7 @@ export const footer = (editPath) => {
2323
tagName: 'a',
2424
properties: {
2525
target: '__blank',
26-
href: 'https://jaywcjlove.gitee.io/handbook/',
26+
href: 'https://jaywcjlove.gitee.io/mysql-tutorial/',
2727
},
2828
children: [ { type: 'text', value: '国内镜像站点 🇨🇳' } ]
2929
},
@@ -32,7 +32,7 @@ export const footer = (editPath) => {
3232
tagName: 'a',
3333
properties: {
3434
target: '__blank',
35-
href: 'https://github.com/jaywcjlove/handbook',
35+
href: 'https://github.com/jaywcjlove/mysql-tutorial',
3636
},
3737
children: [ { type: 'text', value: 'Github' } ]
3838
},
@@ -41,7 +41,7 @@ export const footer = (editPath) => {
4141
tagName: 'a',
4242
properties: {
4343
target: '__blank',
44-
href: 'https://gitee.com/jaywcjlove/handbook',
44+
href: 'https://gitee.com/jaywcjlove/mysql-tutorial',
4545
},
4646
children: [ { type: 'text', value: 'Gitee' } ]
4747
},

0 commit comments

Comments
 (0)