batch fixing ](/microbit/ -> ](/ links

This commit is contained in:
Peli de Halleux
2016-04-13 08:27:45 -07:00
parent 2e49901a7e
commit d28efb3b84
517 changed files with 2235 additions and 2235 deletions

View File

@ -2,7 +2,7 @@
create an arrow that randomly points to a player. #docs
To create a new script, go to the [Create Code](/microbit/create-code) page and tap *New Project* under **Touch Develop**.
To create a new script, go to the [Create Code](/create-code) page and tap *New Project* under **Touch Develop**.
Let's begin by adding an `input->on shake` condition to know when the BBC micro:bit is shaken.
@ -81,7 +81,7 @@ input.onGesture(Gesture.Shake, () => {
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/microbit/lessons/spinner/challenges)!
Excellent, you're ready to continue with the [challenges](/lessons/spinner/challenges)!
### ~

View File

@ -6,7 +6,7 @@ create an arrow that randomly points to a player. #docs
Complete the following guided tutorial:
* [tutorial](/microbit/lessons/spinner/tutorial)
* [tutorial](/lessons/spinner/tutorial)
At the end of the tutorial, click `keep editing`. Your code should look like this: