From c4ad2b8cc7e9e2be909cdd5210bb6d68059aeaad Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 13 Jan 2022 13:52:03 -0500 Subject: use Sandboxed Google Play instead of Play services --- static/js/redirect.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/js') 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"], -- cgit v1.3.1