fixing links in docs

This commit is contained in:
Peli de Halleux
2016-04-15 15:02:26 -07:00
parent bb6ae00a49
commit 77030db1d3
38 changed files with 160 additions and 310 deletions

View File

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