summaryrefslogtreecommitdiff
path: root/static/redirect.js
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-21 22:29:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-21 22:32:11 -0400
commitc6824892af54c5a4b9d736fc4bf74eccddbafb67 (patch)
treeb83704ec3c9ef2767a5e7b7136ca5446afb12ffd /static/redirect.js
parenta0c0813e7056c7fa294c0385fe732e95e9d61841 (diff)
remove old section on upgrading to Android 10
People can figure this out on their own if they have fallen incredibly far behind the current releases.
Diffstat (limited to 'static/redirect.js')
-rw-r--r--static/redirect.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/redirect.js b/static/redirect.js
index 0ef16859..cbc198cc 100644
--- a/static/redirect.js
+++ b/static/redirect.js
@@ -18,6 +18,7 @@ const redirects = new Map([
["/releases#marlin-beta", "/faq#legacy-devices"],
["/releases#sailfish-beta", "/faq#legacy-devices"],
["/faq#dns", "/faq#custom-dns"],
+ ["/build#upgrading-to-android-10", "/build#generating-release-signing-keys"],
]);
function handle_hash() {