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

@ -4,7 +4,7 @@ The behavior of functions whose parameter values are out of bounds.
Many of the BBC micro:bit functions have parameters. If a parameter is an unexpected value, the parameter is considered *out of bounds*.
For example, the [plot](/microbit/reference/led/plot) function has two parameters:
For example, the [plot](/reference/led/plot) function has two parameters:
### syntax
@ -39,5 +39,5 @@ let on = led.point(5, -5)
### see also
For more information on the out-of-bounds behavior of a function, see the documentation for that [function](/microbit/js/contents).
For more information on the out-of-bounds behavior of a function, see the documentation for that [function](/js/contents).