Skip to content

Commit eb94118

Browse files
authored
docs: Update references to docs.edx.org
With the transition to docs.openedx.org, update links to docs.edx.org to the community-supported site.
1 parent ed37925 commit eb94118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/studio-footer/StudioFooter.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ const StudioFooter = ({
6363
{isOpen ? (
6464
<ActionRow key="help-link-button-row" className="py-4" data-testid="helpButtonRow">
6565
<ActionRow.Spacer />
66-
<Button as="a" href="https://docs.edx.org/" size="sm">
66+
<Button as="a" href="https://docs.openedx.org/" size="sm">
6767
<FormattedMessage {...messages.edxDocumentationButtonLabel} />
6868
</Button>
6969
<Button
7070
as="a"
71-
href="https://open.edx.org/"
71+
href="https://openedx.org/"
7272
size="sm"
7373
data-testid="openEdXPortalButton"
7474
>
@@ -134,7 +134,7 @@ const StudioFooter = ({
134134
<FormattedMessage {...messages.trademarkMessage} />
135135
<Hyperlink className="ml-1" destination="https://www.edx.org">edX Inc</Hyperlink>.
136136
<ActionRow.Spacer />
137-
<Hyperlink destination="https://open.edx.org" className="float-right">
137+
<Hyperlink destination="https://openedx.org" className="float-right">
138138
<Image
139139
width="120px"
140140
alt="Powered by Open edX"

0 commit comments

Comments
 (0)