Skip to content

Commit 6949e57

Browse files
chore: make sure links point to MFE not legacy (#1589)
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 Co-authored-by: Deborah Kaplan <[email protected]>
1 parent eef6b1e commit 6949e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/links.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const IntlProfileLink = ({ intl }) => {
4646
<Hyperlink
4747
variant="muted"
4848
isInline
49-
destination={`${getConfig().LMS_BASE_URL}/u/${username}`}
49+
destination={`${getConfig().ACCOUNT_PROFILE_URL}/u/${username}`}
5050
>
5151
{intl.formatMessage(messages.profileLink)}
5252
</Hyperlink>

0 commit comments

Comments
 (0)