Skip to content

Commit

Permalink
Merge pull request #9582 from ballerina-platform/sm1990-patch-1
Browse files Browse the repository at this point in the history
Update RedirectMessage.js
  • Loading branch information
sm1990 authored Oct 29, 2024
2 parents c093321 + 9f8acdc commit fe0cb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/redirect-message/RedirectMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function RedirectMessage(props) {
}

if (global.location.pathname ==='/learn/by-example/regexp-operations/') {
redirectTo = window.location.pathname.replace('/learn/by-example/regexp-operations/', '/learn/by-example/regexp_operations_overview/');
redirectTo = window.location.pathname.replace('/learn/by-example/regexp-operations/', '/learn/by-example/regexp-operations-overview/');
}

pageBody = <>
Expand Down

0 comments on commit fe0cb68

Please sign in to comment.