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

@ -42,7 +42,7 @@ input.onButtonPressed(Button.A, () => {
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/microbit/lessons/guess-the-number/challenges)!
Excellent, you're ready to continue with the [challenges](/lessons/guess-the-number/challenges)!
### ~

View File

@ -4,7 +4,7 @@ Coding challenges for the guess the number tutorial.
## Before we get started
Complete the following [guided tutorial](/microbit/lessons/guess-the-number/activity), and your code should look like this:
Complete the following [guided tutorial](/lessons/guess-the-number/activity), and your code should look like this:
```blocks
input.onButtonPressed(Button.A, () => {

View File

@ -2,7 +2,7 @@
Learn how to generate a random number on the micro:bit.
This is the answer key for the [guess the number quiz](/microbit/lessons/guess-the-number/quiz).
This is the answer key for the [guess the number quiz](/lessons/guess-the-number/quiz).
## 1. What is on button pressed?

View File

@ -6,7 +6,7 @@ Learn how to generate a random number on the micro:bit.
## Directions
Use this activity document to guide your work in the [guess the number tutorial](/microbit/lessons/guess-the-number/activity).
Use this activity document to guide your work in the [guess the number tutorial](/lessons/guess-the-number/activity).
Answer the questions while completing the tutorial. Pay attention to the dialogues!