Conversation
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>
Currently when clicking on the `Install` link on the front page on Windows, it redirects to the (non-existing) `/install/win` page. Let's follow Postel's Law and redirect that to the correct location. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Member
Author
jvns
reviewed
Oct 20, 2025
| aliases: | ||
| - /download/win | ||
| - /downloads/win | ||
| - /install/win |
Collaborator
There was a problem hiding this comment.
Thanks for fixing this! Not sure we need a /install/win alias since there has never been a /install/win page (and the link has only existed for maybe 10 minutes)
Member
Author
There was a problem hiding this comment.
I know, but it doesn't hurt, either ;-)
jvns
approved these changes
Oct 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This makes the "Install" link on the front page work again.
Context
In #2096, the link location was changed, but one conversion was incomplete: Clicking the "Install" link on the front page directs to
/install/win, which does not currently exist (but/install/windowsdoes).To help this, not only do we fix the link here, but we also add a redirect for the
/install/winURL.