fixing links in docs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Plot LEDs
|
||||
|
||||
Display an [Image](/reference/image/image) on the BBC micro:bit's [LED screen](/device/screen). NOTE: `basic -> plot image` has been replaced by `basic -> show leds`.
|
||||
Display an [Image](/reference/images/image) on the BBC micro:bit's [LED screen](/device/screen). NOTE: `basic -> plot image` has been replaced by `basic -> show leds`.
|
||||
|
||||
### KindScript syntax
|
||||
|
||||
@ -36,5 +36,5 @@ basic.plotLeds(`
|
||||
|
||||
### See also
|
||||
|
||||
[show animation](/reference/basic/show-animation), [image](/reference/image/image), [show image](/reference/images/show-image), [scroll image](/reference/images/scroll-image)
|
||||
[show animation](/reference/basic/show-animation), [image](/reference/images/image), [show image](/reference/images/show-image), [scroll image](/reference/images/scroll-image)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user