Skip to content

Commit

Permalink
Merge pull request #13 from ML-Purdue/jinen/revision
Browse files Browse the repository at this point in the history
Updated deprecated links
  • Loading branch information
chiragzq committed Jan 22, 2024
2 parents 73f4166 + 0cd6c37 commit f6ac99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface Props {
}
const navItems: Array<NavItem> = [
{ title: "About", url: "/about" },
{ title: "Projects", url: "https://jacob-zietek.notion.site/cb2f4b5c6c9a46d584ffbab4eb322336?v=9b9044caf9f243e1803d058673700963" },
{ title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" },
{ title: "Events", url: "/#eventscalendar" },
{ title: "AIGuide Blog", url: "/blog"},
{ title: "Sponsor", url: "/sponsor"},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const description = "ML@Purdue Website";
<!-- <meta name="generator" content={generator} /> -->
<title>ML@Purdue - Events</title>
<meta name="description" content={description} />
<meta http-equiv="refresh" content="3; URL=https://jacob-zietek.notion.site/cb2f4b5c6c9a46d584ffbab4eb322336?v=9b9044caf9f243e1803d058673700963" /></head>
<meta http-equiv="refresh" content="3; URL=https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" /></head>

<!-- social media -->
<meta property="og:title" content="ML@Purdue" />
Expand All @@ -34,7 +34,7 @@ const description = "ML@Purdue Website";
>

<script>
window.location.href = "https://jacob-zietek.notion.site/cb2f4b5c6c9a46d584ffbab4eb322336?v=9b9044caf9f243e1803d058673700963";
window.location.href = "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81";
</script>
<Header fixed />
<article class="mx-auto mt-20 w-[90vw] max-w-[80ch]">
Expand Down

0 comments on commit f6ac99a

Please sign in to comment.