Skip to content

Commit

Permalink
switch docs from jekyll to docsify III (version dropdown url fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
wellmann committed Aug 15, 2023
1 parent dda3c66 commit d872cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
var versionSubMenu = document.getElementById('version-sub-menu');
tags.forEach(function (tag, index) {
var link = document.createElement('a');
link.setAttribute('href', (index > 0 ? '#/' + tag.name : '') + '#/');
link.setAttribute('href', (index > 0 ? '#/' + tag.name : '#') + '/');
link.setAttribute('title', tag.name);
link.textContent = tag.name;
var listItem = document.createElement('li');
Expand Down

0 comments on commit d872cfa

Please sign in to comment.