Skip to content

Commit

Permalink
Merge pull request #384 from deborahgu/dkaplan1/APER-3884_remove-link…
Browse files Browse the repository at this point in the history
…s-to-legacy-django-apps

chore: make sure links point to MFE not legacy
  • Loading branch information
rijuma authored Mar 5, 2025
2 parents 29cd0af + b09df84 commit 6f2bc2e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class BaseCourseCard extends Component {
View your certificate on{' '}
<a
className="text-underline"
href={`${process.env.LMS_BASE_URL}/u/${
href={`${process.env.ACCOUNT_PROFILE_URL}/u/${
getAuthenticatedUser().username
}`}
>
Expand Down
4 changes: 2 additions & 2 deletions src/components/masters-page/MastersPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ function MastersPage({
},
{
type: 'item',
href: `${process.env.LMS_BASE_URL}/u/${getAuthenticatedUser().username}`,
href: `${process.env.ACCOUNT_PROFILE_URL}/u/${getAuthenticatedUser().username}`,
content: 'My Profile',
},
{
type: 'item',
href: `${process.env.LMS_BASE_URL}/account/settings`,
href: process.env.ACCOUNT_SETTINGS_URL,
content: 'Account Settings',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ exports[`ProgramListPage correctly renders the loading page 1`] = `
</ul>
<p>
©
2024
2025
edX LLC. All rights reserved.
<br />
深圳市恒宇博科技有限公司
Expand Down Expand Up @@ -819,7 +819,7 @@ exports[`ProgramListPage renders fetching program error page when there are issu
</ul>
<p>
©
2024
2025
edX LLC. All rights reserved.
<br />
深圳市恒宇博科技有限公司
Expand Down

0 comments on commit 6f2bc2e

Please sign in to comment.