From 3e07e31a62ec8447f07e7c1b1b843550d1bc3baa Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 5 Dec 2021 17:31:52 +0800 Subject: [PATCH] chore: update footer url errors. --- scripts/node/footer.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/node/footer.mjs b/scripts/node/footer.mjs index 34ae26d..89a1e70 100644 --- a/scripts/node/footer.mjs +++ b/scripts/node/footer.mjs @@ -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: '编辑当前页面' } ] }, @@ -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: '国内镜像站点 🇨🇳' } ] }, @@ -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' } ] }, @@ -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' } ] },