From 1a7d59d9c84ab4d1b861db2dda895fe3b9589216 Mon Sep 17 00:00:00 2001 From: Arthur Yoshikasu Arakaki Date: Fri, 17 Nov 2023 16:13:42 -0300 Subject: [PATCH] Update redirect.js --- download/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/redirect.js b/download/redirect.js index a8a3e14..b0c1f5f 100644 --- a/download/redirect.js +++ b/download/redirect.js @@ -1,3 +1,3 @@ function redirect() { - location.replace("dem-network-corporation.github.io/Recycling/download/all.html") + location.replace("all.html") }