From 8f72cbbb27ca6083968339f51aecea3f6441ffde Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Mon, 10 Nov 2025 06:43:47 +0800 Subject: [PATCH] Fix broken links --- src/components/Footer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index f18929b..ef11ec8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -42,12 +42,12 @@ const socials = [ { icon: "/icons/icon-website.svg", alt: isChinesePage ? "访问官网" : "Visit website", - link: "https://upstreamignite.org", + link: "https://camp.upstreamlabs.org", }, { icon: "/icons/icon-github.svg", alt: isChinesePage ? "GitHub" : "GitHub", - link: "https://github.com/upstream-ignite", + link: "https://github.com/upstreamlabs", }, { icon: "/icons/icon-linkedin.svg",