Skip to content

Commit 97b2b0f

Browse files
authored
Merge pull request #38 from openedx/update-docs.edx.org-links
docs: Update references to docs.edx.org
2 parents c91f736 + f0d856a commit 97b2b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell/footer/studio-footer/StudioFooter.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ export default function StudioFooter() {
4444
{isOpen ? (
4545
<ActionRow key="help-link-button-row" className="py-4" data-testid="helpButtonRow">
4646
<ActionRow.Spacer />
47-
<Button as="a" href="https://docs.edx.org/" size="sm">
47+
<Button as="a" href="https://docs.openedx.org/" size="sm">
4848
<FormattedMessage {...messages.edxDocumentationButtonLabel} />
4949
</Button>
5050
<Button
5151
as="a"
52-
href="https://open.edx.org/"
52+
href="https://openedx.org/"
5353
size="sm"
5454
data-testid="openEdXPortalButton"
5555
>
@@ -116,7 +116,7 @@ export default function StudioFooter() {
116116
<FormattedMessage {...messages.trademarkMessage} />
117117
<Hyperlink className="ml-1" destination="https://www.edx.org">edX Inc</Hyperlink>.
118118
<ActionRow.Spacer />
119-
<Hyperlink destination="https://open.edx.org" className="float-right">
119+
<Hyperlink destination="https://openedx.org" className="float-right">
120120
<Image
121121
width="120px"
122122
alt="Powered by Open edX"

0 commit comments

Comments
 (0)