Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b7c45070
Commit
b7c45070
authored
Apr 04, 2017
by
Carol Tong
Committed by
GitHub
Apr 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14812 from edx/carol/HelpLinkFixes
Fix broken LMS Help Links
parents
aa31af77
8ee34ab3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
common/djangoapps/util/tests/test_help_context_processor.py
+1
-1
docs/lms_config.ini
+6
-6
No files found.
common/djangoapps/util/tests/test_help_context_processor.py
View file @
b7c45070
...
...
@@ -38,7 +38,7 @@ class HelpContextProcessorTest(TestCase):
self
.
assertEqual
(
self
.
_get_doc_url
(),
doc
.
format
(
doc_version
()))
# 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
()))
# Use settings.DOC_LINK_BASE_URL to override default base_url.
...
...
docs/lms_config.ini
View file @
b7c45070
...
...
@@ -20,19 +20,19 @@ instructor = SFD_instructor_dash_help.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
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment