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 teach you how to make a counter that increments when
### ~
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**.
Let's start by creating a **local variable** `count` to keep track of the current count.
@ -39,7 +39,7 @@ input.onButtonPressed(Button.A, () => {
### ~avatar avatar
Excellent, you're ready to continue with the [challenges](/microbit/lessons/counter/challenges)!
Excellent, you're ready to continue with the [challenges](/lessons/counter/challenges)!
### ~

View File

@ -4,7 +4,7 @@ Coding challenges for the counter tutorial.
## Before we get started
Complete the following [guided tutorial](/microbit/lessons/counter/activity) At the end of the tutorial, your code should look like this:
Complete the following [guided tutorial](/lessons/counter/activity) At the end of the tutorial, your code should look like this:
```
let count = 0

View File

@ -30,15 +30,15 @@ Learn how to creating a **variable** to keep track of the current count. We will
## Documentation
* **variables**: [read more...](/microbit/reference/variables/var)
* **on button pressed** : [read more...](/microbit/reference/input/on-button-pressed)
* **show number** : [read more...](/microbit/reference/basic/show-number)
* **variables**: [read more...](/reference/variables/var)
* **on button pressed** : [read more...](/reference/input/on-button-pressed)
* **show number** : [read more...](/reference/basic/show-number)
## Resources
* Activity: [tutorial](/microbit/lessons/counter/tutorial)
* Activity: [quiz](/microbit/lessons/counter/quiz)
* Extended Activity: [challenges](/microbit/lessons/counter/challenges)
* Activity: [tutorial](/lessons/counter/tutorial)
* Activity: [quiz](/lessons/counter/quiz)
* Extended Activity: [challenges](/lessons/counter/challenges)
## Objectives
@ -71,19 +71,19 @@ Computational Thinking Concept: AB = Abstraction; DE = Decomposition; AL = Algor
## Activity
* time: 20 min.
* [tutorial](/microbit/lessons/counter/tutorial)
* [quiz](/microbit/lessons/counter/quiz)
* [tutorial](/lessons/counter/tutorial)
* [quiz](/lessons/counter/quiz)
* assessment opportunities: forever, plot, pause, clear screen
## Extended Activity
* time: 20 min.
* [challenges](/microbit/lessons/counter/challenges)
* [challenges](/lessons/counter/challenges)
* assessment opportunities: loops, plot, pause, clear screen
## Homework
* Extended Activity: [challenges](/microbit/lessons/counter/challenges)
* Extended Activity: [challenges](/lessons/counter/challenges)
## Intended follow on