Skip to content

Commit

Permalink
update header and footer data: update url from 'https://learn.pingcap…
Browse files Browse the repository at this point in the history
  • Loading branch information
cw1997 committed Mar 27, 2024
1 parent 318e04d commit 82a0236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/site-components/src/components/footer/footer-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const sections: SectionData[] = [
title: '视频课程',
config: {
site: Site.others,
url: 'https://learn.pingcap.com/learner/course',
url: 'https://learn.pingcap.cn/learner/course',
newWindow: true,
},
},
Expand All @@ -104,7 +104,7 @@ export const sections: SectionData[] = [
title: '考试认证',
config: {
site: Site.others,
url: 'https://learn.pingcap.com/learner/certification-center',
url: 'https://learn.pingcap.cn/learner/certification-center',
newWindow: true,
},
},
Expand Down
4 changes: 2 additions & 2 deletions packages/site-components/src/components/header/menu-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const navItems: NavItem[] = [
title: '视频课程',
config: {
site: Site.others,
url: 'https://learn.pingcap.com/learner/course',
url: 'https://learn.pingcap.cn/learner/course',
newWindow: true,
},
},
Expand All @@ -56,7 +56,7 @@ export const navItems: NavItem[] = [
title: '考试认证',
config: {
site: Site.others,
url: 'https://learn.pingcap.com/learner/certification-center',
url: 'https://learn.pingcap.cn/learner/certification-center',
newWindow: true,
},
},
Expand Down

0 comments on commit 82a0236

Please sign in to comment.