From 6581189bc70d81e2ce77951ac16955b743726063 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Fri, 22 Jan 2021 11:25:36 +0500 Subject: [PATCH] Update dosdef.html --- dosdef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosdef.html b/dosdef.html index 3dc79a3..7fd90f6 100644 --- a/dosdef.html +++ b/dosdef.html @@ -25,7 +25,7 @@ cycles: "max", autolock: true, }).ready(function (fs, main) { - fs.extract("https://dl.dropbox.com/s/2v0dwvtny2pvbu8/DOSDEF.COM").then(function () { + fs.extract("https://dl.dropbox.com/s/unitcwcckxwijy9/DOSDEF.zip").then(function () { main(["-c", "dosdef"]).then(function (ci) { window.ci = ci; });