From ab702288db8a003aa5d38a8b17b081412e2311a0 Mon Sep 17 00:00:00 2001 From: Israel Paredes Date: Fri, 20 Dec 2024 01:45:42 -0600 Subject: [PATCH] update windows link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 613db6e..b4c95ca 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ switch (OSName) { case "Windows": downloadButton.addEventListener("click", function() { - window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_24.8.1.2.+gobmx151_Win_x86-64_en-MX_es.msi"; + window.location.href = "https://repos.libreoffice.gob.mx/windows/general/x86_64/Office_24.8.1.2.+gobmx16_Win_x86-64_en-MX_es.msi"; }); break; case "MacOS":