Skip to content

Commit

Permalink
chore: make sure links point to MFE not legacy
Browse files Browse the repository at this point in the history
now that the legacy profile and account pages have been removed, we need to make sure that all of the links point to the MFE URLs; we were relying on the legacy applications to do redirection before.

FIXES: APER-3884
FIXES: openedx/public-engineering#71
  • Loading branch information
deborahgu committed Feb 11, 2025
1 parent 9dc45e1 commit 225c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const IntlProfileLink = ({ intl }) => {
<Hyperlink
variant="muted"
isInline
destination={`${getConfig().LMS_BASE_URL}/u/${username}`}
destination={`${getConfig().ACCOUNT_PROFILE_URL}/u/${username}`}
>
{intl.formatMessage(messages.profileLink)}
</Hyperlink>
Expand Down

0 comments on commit 225c46c

Please sign in to comment.