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

@ -10,7 +10,7 @@ Welcome! This tutorial will help you create a love meter with the BBC micro:bit.
### ~
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**.
Begin by registering an event with `input->on pin pressed(PO)` to know when someone is holding pin ``P0`` and pin ``Gnd``.
@ -38,7 +38,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

@ -6,7 +6,7 @@ create a love meter with the BBC micro:bit #docs
Complete the following guided tutorial:
* [tutorial](/microbit/lessons/love-meter/tutorial)
* [tutorial](/lessons/love-meter/tutorial)
At the end of the tutorial, click `keep editing`. Your code should look like this:

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 tutorial](/microbit/lessons/love-meter/tutorial).
Use this activity document to guide your work in the [love meter tutorial](/lessons/love-meter/tutorial).
Answer the questions below while completing the tutorial. Pay attention to the dialogues!