Skip to content

Commit

Permalink
fix: [AXIMST-433] the textbook page URL is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm committed Feb 1, 2024
1 parent ac17732 commit 41c1c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def get_textbooks_url(course_locator) -> str:
unit_url = None
if use_new_textbooks_page(course_locator):
mfe_base_url = get_course_authoring_url(course_locator)
course_mfe_url = f'{mfe_base_url}/course/{course_locator}/textbooks'
course_mfe_url = f'{mfe_base_url}/course/{course_locator}/pages-and-resources/textbooks'
if mfe_base_url:
unit_url = course_mfe_url
return unit_url
Expand Down

0 comments on commit 41c1c97

Please sign in to comment.