Skip to content

Commit a2d090c

Browse files
committed
fix links
1 parent 3a31ff0 commit a2d090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_layouts/tutorial.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ul class="nav nav-list sidenav">
2424
{% for section in page.sections %}
2525
<li>
26-
<a href="#{{ section | downcase | replace: ' ', '_' }}"><i class="icon-chevron-right"></i> {{ section }}</a>
26+
<a href="#{{ section | downcase | replace: ' ', '-' }}"><i class="icon-chevron-right"></i> {{ section }}</a>
2727
</li>
2828
{% endfor %}
2929
</ul>

0 commit comments

Comments
 (0)