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

@ -8,7 +8,7 @@ Create a love meter with the micro:bit
Welcome! This activity will help you create a love meter with the micro:bit. Let's get started!
To create a new script, go to the [Create Code](/microbit/create-code) page and tap *New Project* under *Block Editor*.
To create a new script, go to the [Create Code](/create-code) page and tap *New Project* under *Block Editor*.
### ~
@ -45,7 +45,7 @@ input.onPinPressed(TouchPin.P0, () => {
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/microbit/lessons/love-meter/challenges)
Excellent, you're ready to continue with the [challenges](/lessons/love-meter/challenges)
### ~

View File

@ -4,7 +4,7 @@ Create a love meter with the micro:bit
## Before we get started
You should work on these challenges after the following the [love meter activity](/microbit/lessons/love-meter/activity)
You should work on these challenges after the following the [love meter activity](/lessons/love-meter/activity)
```blocks
input.onPinPressed(TouchPin.P0, () => {

View File

@ -2,7 +2,7 @@
The answers to the love meter quiz.
This is the answer key for the [love meter quiz](/microbit/lessons/love-meter/quiz).
This is the answer key for the [love meter quiz](/lessons/love-meter/quiz).
## 1. What does `on pin pressed(P0)` do?

View File

@ -6,7 +6,7 @@ Learn how to make a love meter that you can try with someone.
## Directions
Use this activity document to guide your work in the [love meter activity](/microbit/lessons/love-meter/activity).
Use this activity document to guide your work in the [love meter activity](/lessons/love-meter/activity).
Answer the questions below while completing the activity. Pay attention to the dialogues!