Skip to content

Commit

Permalink
Update version URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Apr 22, 2024
1 parent 5b6c2cb commit 211985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascripts/readthedocs.js
Expand Up @@ -22,7 +22,7 @@ document.addEventListener(
${ config.versions.active.map(
(version) => `
<li class="md-version__item">
<a href="${ version.url }" class="md-version__link">
<a href="${ version.urls.documentation }" class="md-version__link">
${ version.slug }
</a>
</li>`).join("\n")}
Expand Down

0 comments on commit 211985a

Please sign in to comment.