From d92a9d7efecd5ed9274895cefa58ba99a6b0480d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Mon, 7 Oct 2024 10:17:23 +0700 Subject: [PATCH] (docs): Fix sourceLink of the Rust talk --- docs/.vitepress/showcases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/showcases.ts b/docs/.vitepress/showcases.ts index 1cf878719f..815d5cdd71 100644 --- a/docs/.vitepress/showcases.ts +++ b/docs/.vitepress/showcases.ts @@ -222,7 +222,7 @@ export const showcases: ShowCaseInfo[] = [ }, at: 'FOSSASIA Summit 2024', slidesLink: 'https://talk.quan.hoabinh.vn/rust-error-handling-ease-web-dev/', - sourceLink: 'https://hongquan@bitbucket.org/hongquan/rust-error-handling-ease-web-dev.git', + sourceLink: 'https://hongquan@bitbucket.org/hongquan/rust-error-handling-ease-web-dev', cover: 'https://i.imgur.com/2eBJofY.png', datetime: '2024-04-10', },