Updating all pxt.microbit.org reference to makecode.microbit.org (#460)

This commit is contained in:
Abhijith Chatra
2017-07-24 13:39:27 -07:00
committed by Peli de Halleux
parent b3e5e41dbc
commit 5c82a0fcc6
21 changed files with 27 additions and 36 deletions

View File

@ -37,7 +37,7 @@ bluetooth.onUartDataReceived(",", () => {})
```cards
bluetooth.advertiseUid(42, 1, 7, true);
bluetooth.advertiseUrl("https://pxt.microbit.org/", 7, true);
bluetooth.advertiseUrl("https://makecode.microbit.org/", 7, true);
bluetooth.stopAdvertising();
```

View File

@ -18,7 +18,7 @@ Read more at https://lancaster-university.github.io/microbit-docs/ble/eddystone/
## ~
```sig
bluetooth.advertiseUrl("https://pxt.microbit.org/", 7, true);
bluetooth.advertiseUrl("https://makecode.microbit.org/", 7, true);
```
### Parameters