From 7995ff7981fcb193cd2112b45c4db232398fe21b Mon Sep 17 00:00:00 2001 From: Sameeha Afrulbasha <75040242+sameehaafr@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:02:20 -0700 Subject: [PATCH] Update header.astro --- src/components/header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.astro b/src/components/header.astro index 0dc49e6..ec5c0a3 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -10,7 +10,7 @@ const navItems: Array = [ { title: "About", url: "/about" }, { title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" }, { title: "Events", url: "/#eventscalendar" }, - { title: "AIGuide Blog", url: "/blog"}, + { title: "AIGuide Blog", url: "https://mlpurdue.notion.site/AI-For-Beginners-Blog-3a61d558975c40609c1807eef0b5a1cc"}, { title: "Sponsor", url: "/sponsor"}, { title: "Contact", url: "/contact" }, { title: "Archive", url: "/events-archive" },