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 a die on the BBC micro:bit
To create a new script, go to the [Create Code](/microbit/create-code) page and tap *New Project* under **KindScript**.
To create a new script, go to the [Create Code](/create-code) page and tap *New Project* under **KindScript**.
Let's create a condition for when the BBC micro:bit is shaken.
@ -124,7 +124,7 @@ input.onGesture(Gesture.Shake, () => {
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/microbit/lessons/die-roll/challenges)!
Excellent, you're ready to continue with the [challenges](/lessons/die-roll/challenges)!
### ~

View File

@ -6,7 +6,7 @@ Create a die on the BBC micro:bit.
Complete the following guided tutorial:
* [tutorial](/microbit/lessons/die-roll/tutorial)
* [tutorial](/lessons/die-roll/tutorial)
At the end of the tutorial, click `keep editing`. Your code should look like this: