Skip to content

Commit 7995ff7

Browse files
authored
Update header.astro
1 parent 850a8ff commit 7995ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const navItems: Array<NavItem> = [
1010
{ title: "About", url: "/about" },
1111
{ title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" },
1212
{ title: "Events", url: "/#eventscalendar" },
13-
{ title: "AIGuide Blog", url: "/blog"},
13+
{ title: "AIGuide Blog", url: "https://mlpurdue.notion.site/AI-For-Beginners-Blog-3a61d558975c40609c1807eef0b5a1cc"},
1414
{ title: "Sponsor", url: "/sponsor"},
1515
{ title: "Contact", url: "/contact" },
1616
{ title: "Archive", url: "/events-archive" },

0 commit comments

Comments
 (0)