Revision 54fd5c36 Classes/SettingsViewController.m

b/Classes/SettingsViewController.m
175 175
        [self.tableView reloadData];
176 176
    } else if (indexPath.section == aboutSection) {
177 177
        //This currently is a link to the pithos docs page. It might change in the future to use the AboutViewController;
178
        NSString *aboutURLString = [[NSUserDefaults standardUserDefaults] objectForKey:@"aboutURL"];
179
        [[UIApplication sharedApplication] openURL:[NSURL URLWithString:aboutURLString]];
178
        [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://pithos.okeanos.grnet.gr"]];
180 179
        [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
181 180
        /*AboutViewController *vc = [[AboutViewController alloc] initWithNibName:@"AboutViewController" bundle:nil];
182 181
        [self.navigationController pushViewController:vc animated:YES];

Also available in: Unified diff