Skip to content

Commit

Permalink
Update latest.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire authored Aug 12, 2024
1 parent b096728 commit fb602bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (Array.isArray(versions) && versions.length > 0) {
// Assume the latest version is the last in the list
const latestVersion = versions[versions.length - 1];
window.location.href = latestVersion;
window.location.href = `release/${latestVersion}`;
} else {
document.body.innerHTML = '<p>No versions available.</p>';
}
Expand Down

0 comments on commit fb602bb

Please sign in to comment.