From 06565995d32a44172af121e9651b3d089d6848ee Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Fri, 22 Jun 2018 14:54:08 -0700 Subject: [PATCH] fix offline app url --- docs/offline-app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/offline-app.html b/docs/offline-app.html index eff18692..59f81ebd 100644 --- a/docs/offline-app.html +++ b/docs/offline-app.html @@ -388,7 +388,7 @@ } function downloadWin64() { // TODO: Keep this link up-to-date with the desired release version - window.open("https://makecode.com/api/release/ev3/v0.3.6/win32"); + window.open("https://makecode.com/api/release/ev3/v0.3.6/win64"); tickEvent("offlineapp.download", { "target": "ev3", "platform": "win64" }); }