Commit 3a76664
authored
Fix "Install" link on Windows (#2101)
## 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.2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments