Commit f94a726c by Carol Tong Committed by Adam Palay

Fix broken LMS Help Links

parent 12e52262
...@@ -38,7 +38,7 @@ class HelpContextProcessorTest(TestCase): ...@@ -38,7 +38,7 @@ class HelpContextProcessorTest(TestCase):
self.assertEqual(self._get_doc_url(), doc.format(doc_version())) self.assertEqual(self._get_doc_url(), doc.format(doc_version()))
# Provide a known page_token. # Provide a known page_token.
doc = "http://edx.readthedocs.io/projects/open-edx-learner-guide/en/{}/sfd_dashboard_profile/index.html" doc = "http://edx.readthedocs.io/projects/open-edx-learner-guide/en/{}/SFD_dashboard_profile_SectionHead.html"
self.assertEqual(self._get_doc_url('profile'), doc.format(doc_version())) self.assertEqual(self._get_doc_url('profile'), doc.format(doc_version()))
# Use settings.DOC_LINK_BASE_URL to override default base_url. # Use settings.DOC_LINK_BASE_URL to override default base_url.
......
...@@ -20,19 +20,19 @@ instructor = SFD_instructor_dash_help.html ...@@ -20,19 +20,19 @@ instructor = SFD_instructor_dash_help.html
course = index.html course = index.html
profile = sfd_dashboard_profile/index.html profile = SFD_dashboard_profile_SectionHead.html
dashboard = sfd_dashboard_profile/index.html dashboard = SFD_dashboard_profile_SectionHead.html
courseinfo = SFD_introduction.html courseinfo = SFD_start_course.html
progress = SFD_check_progress.html progress = SFD_check_progress.html
learneraccountsettings = sfd_dashboard_profile/SFD_dashboard_settings_profile.html#exploring-the-account-settings-page learneraccountsettings = SFD_update_acct_settings.html
learnerdashboard = sfd_dashboard_profile/SFD_dashboard_settings_profile.html#exploring-the-dashboard learnerdashboard = SFD_dashboard_profile_SectionHead.html
programs = SFD_enrolling.html#programs programs = SFD_enrolling.html
bookmarks = SFD_bookmarks.html bookmarks = SFD_bookmarks.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment