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'], },