Skip to content

Commit 1d326e3

Browse files
committed
fixing link
Signed-off-by: vsoch <vsochat@stanford.edu>
1 parent c5d8db5 commit 1d326e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>
2020
<li><a href="{{ site.baseurl }}{{ tutorial.url }}">{% include document-icon.html icon=tutorial.type %}{{ tutorial.title }}</a></li>
2121
{% endfor %}
2222
{% if size > 4 %}
23-
<li><a href="{{ site.baseurl }}/{{ name | slugify }}s/">{{ size | minus: 4 }} more...</a></li>
23+
<li><a href="{{ site.baseurl }}/{{ name | slugify }}">{{ size | minus: 4 }} more...</a></li>
2424
{% endif %}
2525
</ul>
2626
</section>

0 commit comments

Comments
 (0)