2
0

Fix store product images and http URL links.

This commit is contained in:
Maarten Billemont
2017-04-30 18:45:08 -04:00
parent cf2c30cfe6
commit f83f2af529
6 changed files with 61 additions and 38 deletions

View File

@@ -207,13 +207,13 @@
- (IBAction)homePageButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender:
[NSURL URLWithString:@"http://masterpasswordapp.com"]];
[NSURL URLWithString:@"https://ssl.masterpasswordapp.com"]];
}
- (IBAction)securityButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender:
[NSURL URLWithString:@"http://masterpasswordapp.com/security.html"]];
[NSURL URLWithString:@"https://ssl.masterpasswordapp.com/security.html"]];
}
- (IBAction)sourceButton:(id)sender {
@@ -225,7 +225,7 @@
- (IBAction)thanksButton:(id)sender {
[[self dismissPopup].navigationController performSegueWithIdentifier:@"web" sender:
[NSURL URLWithString:@"http://thanks.lhunath.com"]];
[NSURL URLWithString:@"https://thanks.lhunath.com"]];
}
#pragma mark - Private