change url for obtain new password

This commit is contained in:
Danmei Chen 2019-04-19 14:19:15 +02:00
parent 121e661a2c
commit c283f4d549

View file

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