Skip to content

Commit

Permalink
Merge pull request #34668 from raccoongang/g-glugovskiy/change_path_t…
Browse files Browse the repository at this point in the history
…o_textbooks_page

feat: [FC-0044] Update path for MFE Textbook page
  • Loading branch information
arbrandes authored Apr 30, 2024
2 parents 2bd73ca + f9caa8e commit 0439197
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 @@ -456,7 +456,7 @@ def get_textbooks_url(course_locator) -> str:
textbooks_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}/pages-and-resources/textbooks'
course_mfe_url = f'{mfe_base_url}/course/{course_locator}/textbooks'
if mfe_base_url:
textbooks_url = course_mfe_url
return textbooks_url
Expand Down

0 comments on commit 0439197

Please sign in to comment.