From 7e1afe7ef9af7793015d1315c9d7b756d8361788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pich?= Date: Fri, 4 May 2018 11:35:00 +0200 Subject: [PATCH] Fix alfa link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c0e1b4..ba25757 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@ alfaRes.onreadystatechange = function () { if(alfaRes.status === 200) { var json = JSON.parse(alfaRes.responseText); - alfaButton.href = json.assets[0].browser_download_url; + alfaButton.href = json.url; document.querySelector("#alfa-version").innerHTML = json.latestVersionCode; } else { console.log("Błąd podczas ładowania strony\n");