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

@ -1,6 +1,6 @@
# Screenshot
Make an [Image](/microbit/reference/image/image) out of the current state of the [LED screen](/microbit/device/screen).
Make an [Image](/reference/image/image) out of the current state of the [LED screen](/device/screen).
```sig
led.screenshot();
@ -12,9 +12,9 @@ led.screenshot();
### Returns
* an [Image](/microbit/reference/image/image) of what is currently visible on the [LED screen](/microbit/device/screen)
* an [Image](/reference/image/image) of what is currently visible on the [LED screen](/device/screen)
### See also
[create image](/microbit/reference/images/create-image), [LED screen](/microbit/device/screen),
[create image](/reference/images/create-image), [LED screen](/device/screen),