diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-13 13:52:03 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-13 13:52:03 -0500 |
| commit | c4ad2b8cc7e9e2be909cdd5210bb6d68059aeaad (patch) | |
| tree | 5d89374dbd984dba39c757bdc451bc236ae49c33 /static/js | |
| parent | fd34e03608704f0626f4b0d9fee73d34de475e35 (diff) | |
use Sandboxed Google Play instead of Play services
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/redirect.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/redirect.js b/static/js/redirect.js index d756ca59..6f6102c7 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -16,6 +16,10 @@ const redirects = new Map([ ["/#upstream", "/faq#upstream"], ["/usage#default-connections", "/faq#default-connections"], + ["/usage#sandboxed-play-services", "/usage#sandboxed-google-play"], + ["/usage#sandboxed-play-services-installation", "/usage#sandboxed-google-play-installation"], + ["/usage#sandboxed-play-services-limitations", "/usage#sandboxed-google-play-limitations"], + ["/faq#dns", "/faq#custom-dns"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], |
