You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the old site, '<home>/download' would render the '<home>/downloads' page,
so add a symlink from 'download/index.html' to 'downloads/index.html'.
Additionally, add explicit OS aliases for the '<home>/download/gui/<os>'
pages to allow direct OS filter links to work. The 'application.js' OS
filtering functionality handles filtering the page content based on the URL
already, so there's no noticeable change to the functionality.
Note that, because we cannot do custom routing,
'<home>/download/gui/<invalid value>' will no longer render the unfiltered
GUI page, instead routing the user to a 404.
Signed-off-by: Victoria Dye <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments