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 guess the number game! Let's get s
### ~
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**.
Add an event handler when button `A` is pressed.
@ -38,7 +38,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

@ -6,7 +6,7 @@ Coding challenges for the guess the number tutorial. #docs
Complete the following guided tutorial:
* [tutorial](/microbit/lessons/guess-the-number/tutorial)
* [tutorial](/lessons/guess-the-number/tutorial)
At the end of the tutorial, click `keep editing`. Your code should look like this:

View File

@ -30,15 +30,15 @@ Learn how to create numbers randomly by using the input of the BBC micro:bit. We
## Documentation
* **local variables**: [read more...](/microbit/reference/variables/var)
* **math**: [read more...](/microbit/js/math)
* **on button pressed**: [read more...](/microbit/reference/input/on-button-pressed)
* **local variables**: [read more...](/reference/variables/var)
* **math**: [read more...](/js/math)
* **on button pressed**: [read more...](/reference/input/on-button-pressed)
## Resources
* Activity: [tutorial](/microbit/lessons/guess-the-number/tutorial)
* Activity: [quiz](/microbit/lessons/guess-the-number/quiz)
* Extended Activity: [challenges](/microbit/lessons/guess-the-number/challenges)
* Activity: [tutorial](/lessons/guess-the-number/tutorial)
* Activity: [quiz](/lessons/guess-the-number/quiz)
* Extended Activity: [challenges](/lessons/guess-the-number/challenges)
## Objectives
@ -79,19 +79,19 @@ Computational Thinking Concept: AB = Abstraction; DE = Decomposition; AL = Algor
## Activity
* time: 20 min.
* [tutorial](/microbit/lessons/guess-the-number/tutorial)
* [quiz](/microbit/lessons/guess-the-number/quiz)
* [tutorial](/lessons/guess-the-number/tutorial)
* [quiz](/lessons/guess-the-number/quiz)
* assessment opportunities: forever, plot, pause, clear screen
## Extended Activity
* time: 20 min.
* [challenges](/microbit/lessons/guess-the-number/challenges)
* [challenges](/lessons/guess-the-number/challenges)
* assessment opportunities: loops, plot, pause, clear screen
## Homework
* Extended Activity: [challenges](/microbit/lessons/guess-the-number/challenges)
* Extended Activity: [challenges](/lessons/guess-the-number/challenges)
## Intended follow on