Skip to content

Commit

Permalink
update link (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd0517 authored Jul 16, 2024
1 parent b8d57a4 commit 1c2a27d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/datasource/src/nav/footer/footer.data-zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ export const navItems = [
},
{
title: '案例学习',
link: 'https://cn.pingcap.com/case/',
link: 'https://www.pingcap.cn/case',
},
{
title: 'PingCAP Education',
link: 'https://cn.pingcap.com/education/',
link: 'https://learn.pingcap.cn',
},
{
title: 'TiDB in Action',
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/locales/zh/page-home.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"learning": {
"title": "如何使用 TiDB",
"desc": "<0>PingCAP Education</0> 致力于培养开发、管理及应用分布式关系型数据库系统的一流人才。获得<1>能力认证</1>的 TiDB 人才将在分布式数据库领域开启高亮职业生涯,拥抱无限可能。",
"educationLink": "https://cn.pingcap.com/education/",
"educationLink": "https://learn.pingcap.cn/",
"certificateLink": "https://learn.pingcap.cn/learner/certification-center",
"videosTitle": "Get Started with TiDB",
"more": "更多课程",
Expand Down Expand Up @@ -316,7 +316,7 @@
"businessSupport": {
"subtitle": "寻找商业支持",
"name": "PingCAP",
"link": "https://cn.pingcap.com/",
"link": "/support",
"desc": "PingCAP 是业界领先的企业级开源分布式数据库企业,提供开源分布式数据库产品 TiDB 解决方案与咨询、技术支持与培训认证等服务。"
},
"communityCollaboration": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/banner/Banner.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Banner = () => {
<Styled.Intro>TiDB 是一款同时支持在线事务处理与在线分析处理 (HTAP) 的融合型分布式数据库产品。</Styled.Intro>
<Row gutter={32} justify={isSmallScreen ? 'space-around' : 'space-between'} align="bottom">
<Col flex="none">
<Anchor href={'https://cn.pingcap.com/product-community/'}>
<Anchor href={'https://github.com/pingcap/tidb'}>
<Styled.TryButton>立即体验</Styled.TryButton>
</Anchor>
</Col>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/others/Others.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Others = () => {
<PingcapLogoSvg height={36} />
</Styled.LogoWrapper>
<Styled.SmallerText>
<Styled.SmallerLink href={'https://cn.pingcap.com'}>PingCAP</Styled.SmallerLink>{' '}
<Styled.SmallerLink href={'/support'}>PingCAP</Styled.SmallerLink>{' '}
是业界领先的企业级开源分布式数据库企业,提供开源分布式数据库产品 TiDB
解决方案与咨询、技术支持与培训认证等服务。
</Styled.SmallerText>
Expand Down

0 comments on commit 1c2a27d

Please sign in to comment.