removing windows 10 client, updated urls in chrome/macos/uploaders

This commit is contained in:
Peli de Halleux
2016-10-20 10:01:02 -07:00
parent 8030f27fb7
commit 0ab28076f3
40 changed files with 6 additions and 303 deletions

View File

@ -124,7 +124,7 @@
}
- (void)launchEditor:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://codethemicrobit.com/"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://pxt.microbit.org/"]];
}
@end