Skip to content

Commit 6066bb5

Browse files
test: fix
1 parent 8127bc9 commit 6066bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/course-unit/CourseUnit.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ describe('<CourseUnit />', () => {
21912191

21922192
const currentSectionName = courseSectionVerticalMock.xblock_info.ancestor_info.ancestors[1].display_name;
21932193
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';
2194+
const helpLinkUrl = 'https://docs.openedx.org/en/latest/educators/references/course_development/parent_child_components.html';
21952195

21962196
await waitFor(() => {
21972197
const unitHeaderTitle = screen.getByTestId('unit-header-title');

0 commit comments

Comments
 (0)