Fix links in target
This commit is contained in:
parent
f4f2e0ba0e
commit
1f7ef637b2
@ -48,7 +48,6 @@
|
|||||||
* [show mood](/reference/brick/show-mood)
|
* [show mood](/reference/brick/show-mood)
|
||||||
* [show image](/reference/brick/show-image)
|
* [show image](/reference/brick/show-image)
|
||||||
* [clear screen](/reference/brick/clear-screen)
|
* [clear screen](/reference/brick/clear-screen)
|
||||||
* [print ports](/reference/brick/print-ports)
|
|
||||||
* [on event](/reference/brick/button/on-event)
|
* [on event](/reference/brick/button/on-event)
|
||||||
* [is pressed](/reference/brick/button/is-pressed)
|
* [is pressed](/reference/brick/button/is-pressed)
|
||||||
* [was pressed](/reference/brick/button/was-pressed)
|
* [was pressed](/reference/brick/button/was-pressed)
|
||||||
|
@ -19,7 +19,7 @@ brick.buttonEnter.onEvent(ButtonEvent.Bumped, () => {
|
|||||||
|
|
||||||
The editor work in [most modern browsers](/browsers), work [offline](/offline) once loaded and do not require any installation.
|
The editor work in [most modern browsers](/browsers), work [offline](/offline) once loaded and do not require any installation.
|
||||||
|
|
||||||
## [Compile and Flash: Your Program!](/device/usb)
|
## Compile and Flash: Your Program!
|
||||||
|
|
||||||
When you have your code ready, you connect your @boardname@ to a computer via a USB cable
|
When you have your code ready, you connect your @boardname@ to a computer via a USB cable
|
||||||
so it appears as a mounted drive (named **EV3**).
|
so it appears as a mounted drive (named **EV3**).
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
},
|
},
|
||||||
"appTheme": {
|
"appTheme": {
|
||||||
"accentColor": "#0089BF",
|
"accentColor": "#0089BF",
|
||||||
"logoUrl": "https://lego.makecode.com",
|
"logoUrl": "https://education.lego.com/",
|
||||||
"logo": "./static/lego_education_logo.png",
|
"logo": "./static/lego_education_logo.png",
|
||||||
"highContrastLogo": "./static/lego_education_logo_white.png",
|
"highContrastLogo": "./static/lego_education_logo_white.png",
|
||||||
"docsLogo": "./static/lego-logo.svg",
|
"docsLogo": "./static/lego-logo.svg",
|
||||||
@ -95,12 +95,12 @@
|
|||||||
"organizationUrl": "https://makecode.com/",
|
"organizationUrl": "https://makecode.com/",
|
||||||
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png",
|
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png",
|
||||||
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
||||||
"homeUrl": "https://lego.makecode.com/",
|
"homeUrl": "https://makecode.legoeducation.com/",
|
||||||
"embedUrl": "https://lego.makecode.com/",
|
"embedUrl": "https://makecode.legoeducation.com/",
|
||||||
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
||||||
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
||||||
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
|
"githubUrl": "https://github.com/Microsoft/pxt-ev3",
|
||||||
"betaUrl": "https://lego.makecode.com/",
|
"betaUrl": "https://makecode.legoeducation.com/about",
|
||||||
"boardName": "LEGO Mindstorms EV3 Brick",
|
"boardName": "LEGO Mindstorms EV3 Brick",
|
||||||
"selectLanguage": true,
|
"selectLanguage": true,
|
||||||
"highContrast": true,
|
"highContrast": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user