diff --git a/web/static/custom/update.js b/web/static/custom/update.js index ee03ac99a..24d823e0a 100644 --- a/web/static/custom/update.js +++ b/web/static/custom/update.js @@ -179,7 +179,7 @@ function showAfterUpdatePopup() { cancelButtonText: "No, thanks", }).then((result) => { if (result.isConfirmed) { - window.open(`https://rengine.wiki/whatisnew/${currentVersion}`, "_blank"); + window.open(`https://rengine.wiki/whatisnew/${currentVersion.replace(/\./g, "_")}`, "_blank"); } localStorage.setItem("lastShownUpdateVersion", currentVersion); });