Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 237cb56

Browse files
committed
Merge pull request #277 from appirio-tech/sup-1690-cp-link
fix competitive programming link
2 parents 70eea4e + e023106 commit 237cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout/header/header.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{ 'href': '/community/design/', 'text': 'DESIGN', 'icon': '/images/nav/scroll-design.svg' },
2828
{ 'href': '/community/development/', 'text': 'DEVELOPMENT', 'icon': '/images/nav/scroll-develop.svg' },
2929
{ 'href': '/community/data-science/', 'text': 'DATA SCIENCE', 'icon': '/images/nav/scroll-data.svg' },
30-
{ 'href': '/community/data-science/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/srms.svg' },
30+
{ 'href': '/community/competitive%20programming/', 'text': 'COMPETITIVE PROGRAMMING', 'icon': '/images/nav/srms.svg' },
3131
],
3232
'community': [
3333
{ 'href': '/community/members/', 'text': 'MEMBERS', 'icon': '/images/nav/users.svg' },

0 commit comments

Comments
 (0)