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

@ -165,7 +165,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

@ -4,7 +4,7 @@ Create a die on the micro:bit.
## Before we get started
Complete the following [guided tutorial](/microbit/lessons/die-roll/activity), your code should look like this:
Complete the following [guided tutorial](/lessons/die-roll/activity), your code should look like this:
```blocks
input.onGesture(Gesture.Shake, () => {

View File

@ -2,7 +2,7 @@
Create a die when the BBC micro:bit is shaken
These are the answers to the [die roll quiz](/microbit/lessons/die-roll/quiz).
These are the answers to the [die roll quiz](/lessons/die-roll/quiz).
## 1. Create a variable named 'roll' that will be randomly assigned to a number between 0 and 5.

View File

@ -6,7 +6,7 @@ Create a die when the BBC micro:bit is shaken
## Directions
Use this activity document to guide your work in the [die roll tutorial](/microbit/lessons/die-roll/activity).
Use this activity document to guide your work in the [die roll tutorial](/lessons/die-roll/activity).
Answer the questions while completing the tutorial. Pay attention to the dialogues!