From 200022c4f19edfb00345f79ce566497f7ca3d225 Mon Sep 17 00:00:00 2001 From: wawa0210 Date: Mon, 16 Mar 2026 13:21:33 +0800 Subject: [PATCH] fix: update Meeting Recordings link to Bilibili channel Update the Meeting Recordings href from the community repository to the correct Bilibili space URL. Signed-off-by: wawa0210 --- src/pages/community.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/community.js b/src/pages/community.js index 7f1bbf2c..9ee04850 100644 --- a/src/pages/community.js +++ b/src/pages/community.js @@ -85,7 +85,7 @@ export default function CommunityPage() { title: { en: 'Resources', zh: '社区资料' }, items: [ { label: { en: 'Community Repository', zh: '社区仓库' }, href: 'https://github.com/Project-HAMi/community', icon: faBookOpen }, - { label: { en: 'Meeting Recordings', zh: '会议录屏' }, href: 'https://github.com/Project-HAMi/community', icon: faVideo }, + { label: { en: 'Meeting Recordings', zh: '会议录屏' }, href: 'https://space.bilibili.com/1105878584', icon: faVideo }, { label: { en: 'Blog', zh: '博客' }, href: isZh ? '/zh/blog' : '/blog', icon: faFileLines }, ], },