Skip to content

Commit

Permalink
fix course link
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-ksh committed May 8, 2024
1 parent c60da7a commit 1782826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Navigation() {
<NavigationMenuLink asChild>
<a
className="flex h-full w-full select-none flex-col justify-end rounded-md bg-gradient-to-b from-muted/50 to-muted p-6 no-underline outline-none focus:shadow-md"
href="https://v2.andamio.io/course/ppbl2024"
href="https://andamio.io/course/ppbl2024"
>
<div className="mb-2 mt-4 text-lg font-medium">
Plutus PBL 2024
Expand All @@ -104,7 +104,7 @@ export default function Navigation() {
</NavigationMenuLink>
</li>
<ListItem
href="https://v2.andamio.io/course/ppbl2024"
href="https://andamio.io/course/ppbl2024"
title="Take the Course"
>
Text and video content
Expand Down

0 comments on commit 1782826

Please sign in to comment.