diff --git a/html/ui/js/nrs.update.js b/html/ui/js/nrs.update.js index c9359a1da..4d87d658a 100644 --- a/html/ui/js/nrs.update.js +++ b/html/ui/js/nrs.update.js @@ -73,7 +73,7 @@ var NRS = (function(NRS, $, undefined) { if (new Date() > noticeDate) { - var downloadUrl = "https://github.com/burst-team/burstcoin/releases"; + var downloadUrl = "https://github.com/ac0v/burstcoin/releases"; $("#secondary_dashboard_message").removeClass("alert-success").addClass("alert-danger").html($.t("old_nxt_wallet_update", { "link": downloadUrl @@ -271,7 +271,7 @@ var NRS = (function(NRS, $, undefined) { }, "*"); $("#nrs_modal").modal("hide"); } else { - $("#nrs_update_iframe").attr("src", "https://github.com/burst-team/burstcoin/releases/download/" + NRS.downloadedVersion.versionNr + "/burstcoin-" + NRS.downloadedVersion.versionNr + ".zip"); + $("#nrs_update_iframe").attr("src", "https://github.com/ac0v/burstcoin/releases/download/" + NRS.downloadedVersion.versionNr + "/burstcoin-" + NRS.downloadedVersion.versionNr + ".zip"); $("#nrs_update_explanation").hide(); $("#nrs_update_drop_zone").show();