From f515f750b478d6e6891d85d0f14c29b73af0cb6f Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Fri, 9 Feb 2024 16:54:01 -0300 Subject: [PATCH] update the link to push notification --- app/views/PushTroubleshootView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/PushTroubleshootView/index.tsx b/app/views/PushTroubleshootView/index.tsx index e8ccd3aac..593286b45 100644 --- a/app/views/PushTroubleshootView/index.tsx +++ b/app/views/PushTroubleshootView/index.tsx @@ -48,7 +48,7 @@ const PushTroubleshootView = ({ navigation }: IPushTroubleshootViewProps): JSX.E }, [navigation]); const openNotificationDocumentation = async () => { - await Linking.openURL('https://docs.rocket.chat/use-rocket.chat/rocket.chat-mobile/push-notifications'); + await Linking.openURL('https://go.rocket.chat/i/push-notifications'); }; const alertDeviceNotificationSettings = () => {