Skip to content

Commit

Permalink
fix(LeftBar): link to Chinese Wiki site
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Dec 24, 2024
1 parent b38517f commit bb6380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/components/LeftBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const linkArr = reactive([
{ title: '联系方式', link: '/contact' },
{
title: '参考文档 (Wiki)',
link: 'https://wiki.aosc.io/'
link: 'https://wiki.aosc.io/zh/'
},
],
show: true
Expand Down

0 comments on commit bb6380f

Please sign in to comment.