We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127bc9 commit 6066bb5Copy full SHA for 6066bb5
1 file changed
src/course-unit/CourseUnit.test.jsx
@@ -2191,7 +2191,7 @@ describe('<CourseUnit />', () => {
2191
2192
const currentSectionName = courseSectionVerticalMock.xblock_info.ancestor_info.ancestors[1].display_name;
2193
const currentSubSectionName = courseSectionVerticalMock.xblock_info.ancestor_info.ancestors[1].display_name;
2194
- const helpLinkUrl = 'https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/developing_course/course_components.html#components-that-contain-other-components';
+ const helpLinkUrl = 'https://docs.openedx.org/en/latest/educators/references/course_development/parent_child_components.html';
2195
2196
await waitFor(() => {
2197
const unitHeaderTitle = screen.getByTestId('unit-header-title');
0 commit comments