diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2023-07-30 12:27:20 +0000 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-30 13:54:17 -0400 |
| commit | 7989b02e85126e5ba0b780de64ec459211e43960 (patch) | |
| tree | e253a307a4d0aebdd364f8e71c7ea7cd398087f0 /static/js/redirect.js | |
| parent | 719a8233a1e7de0b1dfb22f3769017ffde0c20bc (diff) | |
avoid specifically referring to phones in install guides
Diffstat (limited to 'static/js/redirect.js')
| -rw-r--r-- | static/js/redirect.js | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |
