From 2eec44303cda9eaf1123eecdaf589bfd5aa23607 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 30 Mar 2024 04:50:59 +0000 Subject: [PATCH] Fix broken link --- src/components/Roadmaps/RoadmapsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index e74f69af1..e616b4fbb 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -260,7 +260,7 @@ const groups: GroupType[] = [ }, { title: 'Data Structures', - link: '/data-structures-and-algorithms', + link: '/datastructures-and-algorithms', type: 'skill', otherGroups: ['Web Development'], },