diff --git a/static/js/redirect.js b/static/js/redirect.js index f089989f..1f706b71 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -15,6 +15,10 @@ const redirects = new Map([ ["/releases#sailfish-stable", "/faq#legacy-devices"], ["/releases#marlin-beta", "/faq#legacy-devices"], ["/releases#sailfish-beta", "/faq#legacy-devices"], + ["/releases#taimen-stable", "/faq#legacy-devices"], + ["/releases#walleye-stable", "/faq#legacy-devices"], + ["/releases#taimen-beta", "/faq#legacy-devices"], + ["/releases#walleye-beta", "/faq#legacy-devices"], ["/faq#dns", "/faq#custom-dns"], ["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"], ["/articles/grapheneos-servers#time.grapheneos.org", "/articles/grapheneos-servers#grapheneos.network"],