Skip to content

Conversation

dscho
Copy link
Member

@dscho dscho commented Oct 20, 2025

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/windows does).

To help this, not only do we fix the link here, but we also add a redirect for the /install/win URL.

dscho added 2 commits October 20, 2025 21:09
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 <[email protected]>
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 <[email protected]>
@dscho dscho requested a review from jvns October 20, 2025 19:15
@dscho dscho self-assigned this Oct 20, 2025
@dscho
Copy link
Member Author

dscho commented Oct 20, 2025

I am currently deploying this to my fork; Once it is deployed and fixes the link, I'll merge this here PR.

aliases:
- /download/win
- /downloads/win
- /install/win
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, but it doesn't hurt, either ;-)

@dscho dscho merged commit 3a76664 into gh-pages Oct 20, 2025
1 check passed
@dscho dscho deleted the fix-install-win-link branch October 20, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants