summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-09-15 05:53:52 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-09-15 05:53:52 -0400
commitd7275b97343d7a9d404b1ef666a45af27f9d8641 (patch)
tree897c2e9a34014f422aba3823ce0f9d35f083c37b /static/js
parent585316b3b5b26ba09ada24ed9b09f6de840945a7 (diff)
add taimen/walleye redirects
Diffstat (limited to 'static/js')
-rw-r--r--static/js/redirect.js4
1 files changed, 4 insertions, 0 deletions
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"],