Skip to content

Commit

Permalink
footer: use absolute links (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Jul 11, 2024
1 parent 8874439 commit ef8dbed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/static/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const EN_FOOTER_ITEMS = [
},
{
name: "FAQs",
url: "/tidb/stable/faq-overview",
url: "https://docs.pingcap.com/tidb/stable/faq-overview",
},
{
name: "Blog",
Expand Down Expand Up @@ -328,11 +328,11 @@ export const ZH_FOOTER_ITEMS = [
},
{
name: "常见问题解答",
url: "/tidb/stable/faq-overview",
url: "https://docs.pingcap.com/zh/tidb/stable/faq-overview",
},
{
name: "开发者手册",
url: "/tidb/stable/dev-guide-overview",
url: "https://docs.pingcap.com/zh/tidb/stable/dev-guide-overview",
},
{
name: "博客",
Expand Down Expand Up @@ -424,11 +424,11 @@ export const JA_FOOTER_ITEMS = [
items: [
{
name: "よくあるご質問",
url: "/tidb/stable/faq-overview",
url: "https://docs.pingcap.com/ja/tidb/stable/faq-overview",
},
{
name: "開発者ガイド",
url: "/tidb/stable/dev-guide-overview",
url: "https://docs.pingcap.com/ja/tidb/stable/dev-guide-overview",
},
{
name: "ニュース&ブログ",
Expand Down

0 comments on commit ef8dbed

Please sign in to comment.