fix url in whats new

This commit is contained in:
Yogesh Ojha
2024-09-07 20:37:20 +05:30
parent 4840cbb7d0
commit 589a7f36a8
+1 -1
View File
@@ -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);
});