update the link to push notification

This commit is contained in:
Reinaldo Neto 2024-02-09 16:54:01 -03:00
parent c832088d89
commit f515f750b4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {