diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-19 14:55:49 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-19 14:58:30 -0500 |
| commit | 64837579a337a819b91314dfea3694acfb3806b2 (patch) | |
| tree | b2711e61b1b0b6fd4159d538cd2a8e294b00d9af /static/redirect.js | |
| parent | eaa01c67ae1485809761278b6230eec508219572 (diff) | |
add initial legacy devices section
Diffstat (limited to 'static/redirect.js')
| -rw-r--r-- | static/redirect.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/redirect.js b/static/redirect.js index e1387e23..d84bfd78 100644 --- a/static/redirect.js +++ b/static/redirect.js @@ -13,6 +13,10 @@ const redirects = new Map([ ["/#device-support", "/faq#device-support"], ["/usage#default-connections", "/faq#default-connections"], + ["/releases#marlin-stable", "/faq#legacy-devices"], + ["/releases#sailfish-stable", "/faq#legacy-devices"], + ["/releases#marlin-beta", "/faq#legacy-devices"], + ["/releases#sailfish-beta", "/faq#legacy-devices"], ]); function handle_hash() { |
