From 64837579a337a819b91314dfea3694acfb3806b2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 19 Feb 2020 14:55:49 -0500 Subject: add initial legacy devices section --- static/redirect.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/redirect.js') 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() { -- cgit v1.3.1