update password manage lien

This commit is contained in:
Danmei Chen 2021-05-03 09:05:24 +02:00
parent 6ef77ebdaa
commit 831295f680

View file

@ -1672,7 +1672,7 @@ void assistant_is_account_linked(LinphoneAccountCreator *creator, LinphoneAccoun
}
- (IBAction)onLinkTap:(id)sender {
NSString *url = @"https://linphone.org/freesip/recover";
NSString *url = @"https://subscribe.linphone.org";
if (![UIApplication.sharedApplication openURL:[NSURL URLWithString:url]]) {
LOGE(@"Failed to open %@, invalid URL", url);
}