Skip to content

Commit 48ee6fb

Browse files
authored
Merge pull request #1565 from teo-tsirpanis/patch-1
Fix the "Windows GUIs" link at the home page.
2 parents 62cb8a8 + de03e5c commit 48ee6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var DownloadBox = {
5959
$(".monitor").addClass("windows");
6060
$("#download-link").text("Download " + $("#installer-version").attr('data-win') + " for Windows").attr("href", "/download/win");
6161
$("#gui-link").removeClass('mac').addClass('gui');
62-
$("#gui-link").text("Windows GUIs").attr("href", "/download/gui/win");
62+
$("#gui-link").text("Windows GUIs").attr("href", "/download/gui/windows");
6363
$("#alt-link").removeClass("windows").addClass("mac");
6464
$("#alt-link").text("Mac Build").attr("href", "/download/mac");
6565
$("#gui-os-filter").attr('data-os', 'windows');

0 commit comments

Comments
 (0)