Skip to content

Commit

Permalink
Fixes version path
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Jan 4, 2025
1 parent 8de89b2 commit d94f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/_static/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
const li = document.createElement('li');
const a = document.createElement('a');
a.className = 'dropdown-item';
a.href = `${version}/index.html`;
a.href = `../${version}/index.html`;

// Wrap version text in a <code> element
const code = document.createElement('code');
Expand Down

0 comments on commit d94f1de

Please sign in to comment.