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

@ -32,7 +32,7 @@ namespace Microsoft.MicroBit
private void openEditor()
{
// lanch editor
try { Process.Start("https://codethemicrobit.com#uploader"); } catch (Exception) { }
try { Process.Start("https://pxt.microbit.org#uploader"); } catch (Exception) { }
}
private void initializeFileWatch()
@ -236,7 +236,7 @@ namespace Microsoft.MicroBit
{
try
{
Process.Start("https://codethemicrobit.com/uploader");
Process.Start("https://pxt.microbit.org/uploader");
}
catch (IOException) { }
}