Commit 585cf93b by Alison Hodges Committed by GitHub

Merge pull request #13305 from edx/ahodges/update_help_path

Updates help links to point to Open edX Euc versions
parents cc70cdbe f75d370a
# below are the server-wide settings for documentation # below are the server-wide settings for documentation
[help_settings] [help_settings]
url_base = http://edx.readthedocs.org/projects/edx-partner-course-staff url_base = http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course
version = latest version = open-release-eucalyptus.master
# below are the pdf settings for the pdf file # below are the pdf settings for the pdf file
[pdf_settings] [pdf_settings]
pdf_base = https://media.readthedocs.org/pdf/edx-partner-course-staff pdf_base = https://media.readthedocs.org/pdf/open-edx-building-and-running-a-course
pdf_file = edx-partner-course-staff.pdf pdf_file = open-edx-building-and-running-a-course.pdf
# below are the sub-paths to the documentation for the various pages # below are the sub-paths to the documentation for the various pages
......
# below are the server-wide settings for documentation # below are the server-wide settings for documentation
[help_settings] [help_settings]
url_base = http://edx.readthedocs.io/projects/open-edx-learner-guide url_base = http://edx.readthedocs.io/projects/open-edx-learner-guide
version = latest version = open-release-eucalyptus.master
# below are the pdf settings for the pdf file # below are the pdf settings for the pdf file
[pdf_settings] [pdf_settings]
......
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
<div class="setup-value"> <div class="setup-value">
<% if (cohort.get('assignment_type') == "manual") { %> <% if (cohort.get('assignment_type') == "manual") { %>
<%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %> <%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %>
<a href="http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/course_features/cohorts/cohort_config.html#assign-learners-to-cohorts-manually" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a> <a href="http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/open-release-eucalyptus.master/course_features/cohorts/cohort_config.html#assign-learners-to-cohorts-manually" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<% } else { %> <% } else { %>
<%- gettext("Learners are added to this cohort automatically.") %> <%- gettext("Learners are added to this cohort automatically.") %>
<a href="http://edx.readthedocs.org/projects/edx-partner-course-staff/en/latest/course_features/cohorts/cohorts_overview.html#all-automated-assignment" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a> <a href="http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/open-release-eucalyptus.master/course_features/cohorts/cohorts_overview.html#all-automated-assignment" class="incontext-help action-secondary action-help" target="_blank"><%- gettext("What does this mean?") %></a>
<% } %> <% } %>
</div> </div>
</div> </div>
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