File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ APP_ID='learning'
88BASE_URL = ' http://localhost:2000'
99CONTACT_URL = ' http://localhost:18000/contact'
1010CREDENTIALS_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 '
1212CSRF_TOKEN_API_PATH = ' /csrf/api/v1/token'
1313DISCOVERY_API_BASE_URL = ' http://localhost:18381'
1414DISCUSSIONS_MFE_BASE_URL = ' http://localhost:2002'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ APP_ID='learning'
88BASE_URL = ' http://localhost:2000'
99CONTACT_URL = ' http://localhost:18000/contact'
1010CREDENTIALS_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 '
1212CSRF_TOKEN_API_PATH = ' /csrf/api/v1/token'
1313DISCOVERY_API_BASE_URL = ' http://localhost:18381'
1414DISCUSSIONS_MFE_BASE_URL = ' http://localhost:2002'
Original file line number Diff line number Diff 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
132131The Learning MFE is similar to all the other Open edX MFEs. Read the Open
133132edX 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
136135Plugins
137136=======
@@ -145,7 +144,7 @@ Environment Variables
145144This MFE is configured via environment variables supplied at build time.
146145All micro-frontends have a shared set of required environment variables,
147146as 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
150149The learning micro-frontend also supports the following additional variables:
151150
You can’t perform that action at this time.
0 commit comments