Skip to content

Commit d5a092b

Browse files
authored
Update edx.rtd.io links to docs.openedx.org (#1654)
* docs: Update edx.rtd links to their new homes * docs: Update README to not prescribe a version of Node
1 parent 81b6211 commit d5a092b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APP_ID='learning'
88
BASE_URL='http://localhost:2000'
99
CONTACT_URL='http://localhost:18000/contact'
1010
CREDENTIALS_BASE_URL='http://localhost:18150'
11-
CREDIT_HELP_LINK_URL='https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of-credit-requirements'
11+
CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course'
1212
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
1313
DISCOVERY_API_BASE_URL='http://localhost:18381'
1414
DISCUSSIONS_MFE_BASE_URL='http://localhost:2002'

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APP_ID='learning'
88
BASE_URL='http://localhost:2000'
99
CONTACT_URL='http://localhost:18000/contact'
1010
CREDENTIALS_BASE_URL='http://localhost:18150'
11-
CREDIT_HELP_LINK_URL='https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of-credit-requirements'
11+
CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course'
1212
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
1313
DISCOVERY_API_BASE_URL='http://localhost:18381'
1414
DISCUSSIONS_MFE_BASE_URL='http://localhost:2002'

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ Cloning and Setup
4141
4242
git clone https://github.com/openedx/frontend-app-learning.git
4343
44-
2. Use node v20.x.
44+
2. Use the version of Node specified in ``.nvmrc``.
4545

46-
The current version of the micro-frontend build scripts supports node 18.
4746
Using other major versions of node *may* work, but this is unsupported. For
4847
convenience, this repository includes an ``.nvmrc`` file to help in setting the
4948
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
@@ -131,7 +130,7 @@ Deployment
131130

132131
The Learning MFE is similar to all the other Open edX MFEs. Read the Open
133132
edX Developer Guide's section on
134-
`MFE applications <https://edx.readthedocs.io/projects/edx-developer-docs/en/latest/developers_guide/micro_frontends_in_open_edx.html>`_.
133+
`MFE applications <https://openedx.github.io/frontend-platform/>`_.
135134

136135
Plugins
137136
=======
@@ -145,7 +144,7 @@ Environment Variables
145144
This MFE is configured via environment variables supplied at build time.
146145
All micro-frontends have a shared set of required environment variables,
147146
as documented in the Open edX Developer Guide under
148-
`Required Environment Variables <https://edx.readthedocs.io/projects/edx-developer-docs/en/latest/developers_guide/micro_frontends_in_open_edx.html#required-environment-variables>`_.
147+
`Required Environment Variables <https://openedx.github.io/frontend-platform/>`_.
149148

150149
The learning micro-frontend also supports the following additional variables:
151150

0 commit comments

Comments
 (0)