diff --git a/index.html b/index.html
index d64f368..1b54311 100644
--- a/index.html
+++ b/index.html
@@ -117,7 +117,7 @@
Mods Installer by Tubm
// Event listener for "Mods" box (class: .manmods)
const manmods = document.querySelector('.manmods');
manmods.addEventListener('click', function() {
- window.location.href = "https://github.com/Rikka3/modsintaller"
+ window.location.href = "https://github.com/Rikka3/modsintaller/releases"
});
// Event listener for "Optional Mods" box (class: .sidemods)