Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
fixed some links
Browse files Browse the repository at this point in the history
  • Loading branch information
ac0v committed Aug 11, 2017
1 parent 19a6cee commit d6d0f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/ui/js/nrs.update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit d6d0f6b

Please sign in to comment.