File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ const StudioFooter = ({
63
63
{ isOpen ? (
64
64
< ActionRow key = "help-link-button-row" className = "py-4" data-testid = "helpButtonRow" >
65
65
< ActionRow . Spacer />
66
- < Button as = "a" href = "https://docs.edx .org/" size = "sm" >
66
+ < Button as = "a" href = "https://docs.openedx .org/" size = "sm" >
67
67
< FormattedMessage { ...messages . edxDocumentationButtonLabel } />
68
68
</ Button >
69
69
< Button
70
70
as = "a"
71
- href = "https://open.edx .org/"
71
+ href = "https://openedx .org/"
72
72
size = "sm"
73
73
data-testid = "openEdXPortalButton"
74
74
>
@@ -134,7 +134,7 @@ const StudioFooter = ({
134
134
< FormattedMessage { ...messages . trademarkMessage } />
135
135
< Hyperlink className = "ml-1" destination = "https://www.edx.org" > edX Inc</ Hyperlink > .
136
136
< ActionRow . Spacer />
137
- < Hyperlink destination = "https://open.edx .org" className = "float-right" >
137
+ < Hyperlink destination = "https://openedx .org" className = "float-right" >
138
138
< Image
139
139
width = "120px"
140
140
alt = "Powered by Open edX"
You can’t perform that action at this time.
0 commit comments