Skip to content

Commit

Permalink
fix url in whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Sep 7, 2024
1 parent 4840cbb commit 589a7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/custom/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function showAfterUpdatePopup() {
cancelButtonText: "No, thanks",
}).then((result) => {
if (result.isConfirmed) {
window.open(`https://rengine.wiki/whatisnew/${currentVersion.replace(/\./g, "_")}`, "_blank");
window.open(`https://rengine.wiki/whats-new/${currentVersion.replace(/\./g, "_")}`, "_blank");
}
localStorage.setItem("lastShownUpdateVersion", currentVersion);
});
Expand Down

0 comments on commit 589a7f3

Please sign in to comment.