Skip to content

Commit

Permalink
chore: update footer url errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 5, 2021
1 parent daf75a8 commit 3e07e31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/node/footer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const footer = (editPath) => {
properties: {
'data-edit': true,
target: '__blank',
title: `https://github.com/jaywcjlove/handbook/edit/master/${editPath}`,
href: `https://github.com/jaywcjlove/handbook/edit/master/${editPath}`,
title: `https://github.com/jaywcjlove/mysql-tutorial/edit/master/${editPath}`,
href: `https://github.com/jaywcjlove/mysql-tutorial/edit/master/${editPath}`,
},
children: [ { type: 'text', value: '编辑当前页面' } ]
},
Expand All @@ -23,7 +23,7 @@ export const footer = (editPath) => {
tagName: 'a',
properties: {
target: '__blank',
href: 'https://jaywcjlove.gitee.io/handbook/',
href: 'https://jaywcjlove.gitee.io/mysql-tutorial/',
},
children: [ { type: 'text', value: '国内镜像站点 🇨🇳' } ]
},
Expand All @@ -32,7 +32,7 @@ export const footer = (editPath) => {
tagName: 'a',
properties: {
target: '__blank',
href: 'https://github.com/jaywcjlove/handbook',
href: 'https://github.com/jaywcjlove/mysql-tutorial',
},
children: [ { type: 'text', value: 'Github' } ]
},
Expand All @@ -41,7 +41,7 @@ export const footer = (editPath) => {
tagName: 'a',
properties: {
target: '__blank',
href: 'https://gitee.com/jaywcjlove/handbook',
href: 'https://gitee.com/jaywcjlove/mysql-tutorial',
},
children: [ { type: 'text', value: 'Gitee' } ]
},
Expand Down

0 comments on commit 3e07e31

Please sign in to comment.