fix broken links

This commit is contained in:
Tom Ball
2016-06-15 07:55:19 -04:00
parent 0e08b58f84
commit 041b10ef04
16 changed files with 35 additions and 36 deletions

View File

@ -23,7 +23,7 @@ radio.onDataReceived(() => {
### Example: Light level receiver
This example shows the light level from the [light level sender example](/reference/input/send-number)
This example shows the light level from the [light level sender example](/reference/radio/send-number)
as a number.
```blocks
@ -36,7 +36,7 @@ basic.forever(() => {
### Example: Mailbot
This example receives the light level from the [light level sender example](/reference/input/send-number)
This example receives the light level from the [light level sender example](/reference/radio/send-number)
and shows a text string like **ALERT** if the light level becomes much brighter.
To find when the mail arrives, you can put the light level sender in your mailbox and it will
tell you when someone opens the box. You can try this with a normal
@ -58,5 +58,5 @@ basic.forever(() => {
### See also
[send number](/reference/input/send-number), [on data received](/reference/radio/on-data-received)
[send number](/reference/radio/send-number), [on data received](/reference/radio/on-data-received)

View File

@ -20,7 +20,7 @@ This function only works on the micro:bit, not in browsers.
### Example
This example shows how strong the radio signal of the
[light level sender example](/reference/input/send-number) is.
[light level sender example](/reference/radio/send-number) is.
```blocks
let x = 0;