batch fixing ](/microbit/ -> ](/ links
This commit is contained in:
@ -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)!
|
||||
|
||||
### ~
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -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!
|
||||
|
||||
|
Reference in New Issue
Block a user