Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlorne committed Sep 19, 2018
1 parent 60698ff commit 6977e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
for(var key in list) {
var item = list[key];
html += '<div class="mactive bd-toc-item">';
html += '<a class="bd-toc-link" href="/' + item + '">' + item + '</a>';
html += '<a class="bd-toc-link" href="/md/' + item + '">' + item + '</a>';
html += '</div>';
}
$("#bd-docs-nav").append(html);
Expand Down

0 comments on commit 6977e3e

Please sign in to comment.