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

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

View File

@ -28,15 +28,15 @@ Learn how to control a blinking LED. We will be learning how to create a blinkin
## Documentation
* **plot**: [read more...](/microbit/reference/led/plot)
* **pause**: [read more...](/microbit/reference/basic/pause)
* **for loop**: [read more...](/microbit/reference/loops/for)
* **plot**: [read more...](/reference/led/plot)
* **pause**: [read more...](/reference/basic/pause)
* **for loop**: [read more...](/reference/loops/for)
## Resources
* Activity: [tutorial](/microbit/lessons/strobe-light/tutorial)
* Activity: [quiz](/microbit/lessons/strobe-light/quiz)
* Extended Activity: [challenges](/microbit/lessons/strobe-light/challenges)
* Activity: [tutorial](/lessons/strobe-light/tutorial)
* Activity: [quiz](/lessons/strobe-light/quiz)
* Extended Activity: [challenges](/lessons/strobe-light/challenges)
## Objectives
@ -80,19 +80,19 @@ Computational Thinking Concept: AB = Abstraction; DE = Decomposition; AL = Algor
## Activity
* time: 10 min.
* [tutorial](/microbit/lessons/strobe-light/tutorial)
* [quiz](/microbit/lessons/strobe-light/quiz)
* [tutorial](/lessons/strobe-light/tutorial)
* [quiz](/lessons/strobe-light/quiz)
* assessment opportunities: loops, plot, pause, clear screen
## Extended Activity
* time: 20 min.
* [challenges](/microbit/lessons/strobe-light/challenges)
* [challenges](/lessons/strobe-light/challenges)
* assessment opportunities: loops, plot, pause, clear screen
## Homework
* Extended Activity: [challenges](/microbit/lessons/strobe-light/challenges)
* Extended Activity: [challenges](/lessons/strobe-light/challenges)
## Intended follow on