Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7aad60d

Browse files
committed
Better link for instructor help
1 parent d1076bc commit 7aad60d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
{% else: %}
123123
<li><a href='{{ pathto(master_doc) }}' aria-label="index-page">Table of Contents</a></li>
124124
{% endif %}
125-
<li><a href='{{ pathto(master_doc) }}/genindex.html'>Book Index</a></li>
125+
<li><a href='{{ pathto("genindex.html",1) }}'>Book Index</a></li>
126126
<li class="divider"></li>
127127
<li style="width: 240px;">
128128
<form class="navbar-search" style="margin:10px;" action="{{ pathto('search') }}" method="get">
@@ -186,8 +186,7 @@
186186
</a>
187187
<ul class="dropdown-menu user-menu">
188188
<li><a href='http://runestoneinteractive.org/pages/faq.html'>FAQ</a></li>
189-
<li><a href='https://runestone.academy/runestone/static/overview/navhelp.html'>Navigation Help</a></li>
190-
<li><a href='https://runestone.academy/runestone/static/overview/instructor.html'>Help for Instructors</a></li>
189+
<li><a href='https://runestone.academy/runestone/static/instructorguide/index.html'>Instructors Guide</a></li>
191190
<li class="divider"></li>
192191
<li><a href='http://runestoneinteractive.org'>About Runestone</a></li>
193192
<li><a href='/{{ appname }}/default/reportabug?course={{ course_id }}&page={{ pathto(pagename,1) }}'>Report A Problem</a></li>

0 commit comments

Comments
 (0)