Skip to content

Commit 5123c0c

Browse files
committed
InstallPageLink(win): link to the correct page
It is `/install/windows` now, not `/install/win` (as opposed to the previous variant, which was `/downloads/win`, not `/downloads/windows`). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3f58aa3 commit 5123c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ var InstallPageLink = {
819819
if (os === "Mac") {
820820
installLink.href = installLink.href.replace('/install', '/install/mac');
821821
} else if (os === "Windows") {
822-
installLink.href = installLink.href.replace('/install', '/install/win');
822+
installLink.href = installLink.href.replace('/install', '/install/windows');
823823
} else if (os === "Linux") {
824824
installLink.href = installLink.href.replace('/install', '/install/linux');
825825
}

0 commit comments

Comments
 (0)