From 7989b02e85126e5ba0b780de64ec459211e43960 Mon Sep 17 00:00:00 2001 From: matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> Date: Sun, 30 Jul 2023 12:27:20 +0000 Subject: avoid specifically referring to phones in install guides --- static/js/redirect.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/js') diff --git a/static/js/redirect.js b/static/js/redirect.js index 8bc575e0..ce5f682c 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -68,6 +68,8 @@ const redirects = new Map([ ["/install/#disabling-oem-unlocking", "/install/cli#disabling-oem-unlocking"], ["/install/#replacing-grapheneos-with-the-stock-os", "/install/cli#replacing-grapheneos-with-the-stock-os"], ["/install/#further-information", "/install/cli#further-information"], + ["/install/web#connecting-phone", "/install/web#connecting-device"], + ["/install/cli#connecting-phone", "/install/cli#connecting-device"], ]); function handleHash() { -- cgit v1.3.1