Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function HomePage() {
asChild
>
<Link
href='https://sites.google.com/view/nuscc-academics-site/home'
href='https://sites.google.com/view/nuscc-academics/home'
target='_blank'
>
VIEW ALL
Expand Down
4 changes: 2 additions & 2 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function Header() {
<NavigationMenuItem>
<NavigationMenuLink asChild>
<Link
href='https://sites.google.com/view/nuscc-academics-site/home'
href='https://sites.google.com/view/nuscc-academics/home'
target='_blank'
>
COURSE REVIEWS
Expand Down Expand Up @@ -224,7 +224,7 @@ export default function Header() {
asChild
>
<Link
href='https://sites.google.com/view/nuscc-academics-site/home'
href='https://sites.google.com/view/nuscc-academics/home'
target='_blank'
>
COURSE REVIEWS
Expand Down
Loading