From e7a9cf0a34fe5d958e127de74e124e71e80c6ae1 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Thu, 11 Feb 2021 19:51:42 +0500 Subject: [PATCH] Update win101.html --- win101.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win101.html b/win101.html index 8bcc9cd..c06ea2f 100644 --- a/win101.html +++ b/win101.html @@ -24,7 +24,7 @@ cycles: "auto", autolock: true, }).ready(function (fs, main) { - fs.extract("https://dl.dropbox.com/s/ssh2mjky5c7j48y/win1.zip").then(function () { + fs.extract("https://dl.dropbox.com/s/vggos5jq22xla0s/w101.zip").then(function () { main(["-c", "boot w1.img"]).then(function (ci) { window.ci = ci; });