Skip to content

Commit f00a03a

Browse files
committed
download/guis: add a graceful redirect
We just fixed incorrect Javascript code that would replace the URL in the browser window by an incorrect URL when filtering the GUIs by operating system. With this here commit, we retroactively handle those incorrect URLs by redirecting to the correct URLs instead of 404ing. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 40fc16d commit f00a03a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/downloads/guis/_index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
url: /downloads/guis.html
66
aliases:
77
- /downloads/guis/index.html
8+
- /download/guis/index.html
9+
- /download/guis.html
810
---
911

1012
<div id="main">

0 commit comments

Comments
 (0)