Updating all pxt.microbit.org reference to makecode.microbit.org (#460)
This commit is contained in:
committed by
Peli de Halleux
parent
b3e5e41dbc
commit
5c82a0fcc6
@ -32,7 +32,7 @@ namespace Microsoft.MicroBit
|
||||
private void openEditor()
|
||||
{
|
||||
// lanch editor
|
||||
try { Process.Start("https://pxt.microbit.org#uploader"); } catch (Exception) { }
|
||||
try { Process.Start("https://makecode.microbit.org#uploader"); } catch (Exception) { }
|
||||
}
|
||||
|
||||
private void initializeFileWatch()
|
||||
@ -236,7 +236,7 @@ namespace Microsoft.MicroBit
|
||||
{
|
||||
try
|
||||
{
|
||||
Process.Start("https://pxt.microbit.org/uploader");
|
||||
Process.Start("https://makecode.microbit.org/uploader");
|
||||
}
|
||||
catch (IOException) { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user