Browse Source

updated to use https

Kevin Bradley 6 years ago
parent
commit
a9deddb1bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nitoTV4Installer/AppDelegate.m

+ 2 - 2
nitoTV4Installer/AppDelegate.m

@@ -620,7 +620,7 @@ static NSString *appleTVAddress = nil;
     NSInteger button = [alert runModal];
     if (button == NSAlertDefaultReturn) {
         
-        [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://wiki.awkwardtv.org"]];
+        [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://wiki.awkwardtv.org"]];
     }
 }
 
@@ -655,7 +655,7 @@ static NSString *appleTVAddress = nil;
 - (IBAction)doIt:(id)sender
 {
     [self.mainButton setEnabled:NO];
-    NSString *bootstrapPath = @"http://nitosoft.com/ATV4/bootstraps/";
+    NSString *bootstrapPath = @"https://nitosoft.com/ATV4/bootstraps/";
     NSString *swVers = self.deviceDict[@"osvers"];
     if (swVers.length > 0)
     {