Commit b19775e3 by Ned Batchelder

Change the help links for Ficus

parent c2afd442
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
[help_settings] [help_settings]
# The optional DOC_LINK_BASE_URL configuration property will override url_base # The optional DOC_LINK_BASE_URL configuration property will override url_base
url_base = http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course url_base = http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course
version = latest version = open-release-ficus.master
# below are the pdf settings for the pdf file # below are the pdf settings for the pdf file
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
[help_settings] [help_settings]
# The optional DOC_LINK_BASE_URL configuration property will override url_base # The optional DOC_LINK_BASE_URL configuration property will override url_base
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-ficus.master
# below are the pdf settings for the pdf file # below are the pdf settings for the pdf file
......
...@@ -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.org/projects/open-edx-building-and-running-a-course/en/open-release-ficus.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.org/projects/open-edx-building-and-running-a-course/en/open-release-ficus.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