Skip to content

Commit 1f09579

Browse files
Merge pull request #4901 from Gauravseta/issue_4895
issue 4895 fix
2 parents ff38813 + 7b542d6 commit 1f09579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/routes/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ function Routes({ communityId }) {
9393
component={() => <TrackHomePages base="/community" />}
9494
path="/community/(competitive-programming|data-science|design|development|qa)/how-to-compete"
9595
/>
96+
<Redirect
97+
from="/community/gigs"
98+
to="/gigs"
99+
/>
96100
<Route
97101
component={PolicyPages}
98102
exact

0 commit comments

Comments
 (0)