@@ -13,8 +13,8 @@ export const footer = (editPath) => {
13
13
properties : {
14
14
'data-edit' : true ,
15
15
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 } ` ,
18
18
} ,
19
19
children : [ { type : 'text' , value : '编辑当前页面' } ]
20
20
} ,
@@ -23,7 +23,7 @@ export const footer = (editPath) => {
23
23
tagName : 'a' ,
24
24
properties : {
25
25
target : '__blank' ,
26
- href : 'https://jaywcjlove.gitee.io/handbook /' ,
26
+ href : 'https://jaywcjlove.gitee.io/mysql-tutorial /' ,
27
27
} ,
28
28
children : [ { type : 'text' , value : '国内镜像站点 🇨🇳' } ]
29
29
} ,
@@ -32,7 +32,7 @@ export const footer = (editPath) => {
32
32
tagName : 'a' ,
33
33
properties : {
34
34
target : '__blank' ,
35
- href : 'https://github.com/jaywcjlove/handbook ' ,
35
+ href : 'https://github.com/jaywcjlove/mysql-tutorial ' ,
36
36
} ,
37
37
children : [ { type : 'text' , value : 'Github' } ]
38
38
} ,
@@ -41,7 +41,7 @@ export const footer = (editPath) => {
41
41
tagName : 'a' ,
42
42
properties : {
43
43
target : '__blank' ,
44
- href : 'https://gitee.com/jaywcjlove/handbook ' ,
44
+ href : 'https://gitee.com/jaywcjlove/mysql-tutorial ' ,
45
45
} ,
46
46
children : [ { type : 'text' , value : 'Gitee' } ]
47
47
} ,
0 commit comments