From 8ba2118a2a1f773ca2a1aa81877fd9ea705494ef Mon Sep 17 00:00:00 2001 From: Orazio <22700499+orazioedoardo@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:30:59 +0100 Subject: fix redirect to eSIM support --- static/js/redirect.js | 1 + 1 file changed, 1 insertion(+) (limited to 'static/js') diff --git a/static/js/redirect.js b/static/js/redirect.js index 7dd4bf81..d1818ec0 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -16,6 +16,7 @@ const redirects = new Map([ ["/#upstream", "/faq#upstream"], ["/usage#default-connections", "/faq#default-connections"], + ["/usage#sandboxed-google-play-esim", "/usage#esim-support"], ["/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"], -- cgit v1.3.1