Skip to content
2 changes: 1 addition & 1 deletion apps/web/features/academics/components/PYPSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const PYPSection = () => {
<GridItem>
<ButtonLink
label="PYP SOLUTIONS"
href="https://entuedu-my.sharepoint.com/:f:/g/personal/scds-academics_e_ntu_edu_sg/EseBwp-wySxPjuXTFe-1wi0B2XKx0aafMilEHWgcrgPLFg?e=9n3407"
href="https://scds.cc/pastyearpapers"
variant="primary-black"
size="lg"
width={{ base: "100%", md: "auto" }}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/features/layout/components/WebLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const WebLayout = ({ children }: WebLayoutProps) => {
icon: FaLinkedin,
href: "https://www.linkedin.com/company/ntu-scdsc/mycompany/",
},
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscse" },
{ name: "GitHub", icon: FaGithub, href: "https://github.com/ntuscds" },
],
studentLinksGroup: {
header: "For Students",
Expand Down Expand Up @@ -71,4 +71,4 @@ export const WebLayout = ({ children }: WebLayoutProps) => {
{children}
</Layout>
);
};
};
Loading
Loading