fix broken links
This commit is contained in:
@ -12,7 +12,7 @@ input.buttonIsPressed(Button.A);
|
||||
|
||||
### Returns
|
||||
|
||||
* [Boolean](/reference/types/boolean) that is `true` if the button you are checking is pressed, `false` if it is not pressed.
|
||||
* [Boolean](/blocks/logic/boolean) that is `true` if the button you are checking is pressed, `false` if it is not pressed.
|
||||
|
||||
### Example
|
||||
|
||||
|
@ -23,7 +23,7 @@ instead of the USB cable.
|
||||
|
||||
### returns
|
||||
|
||||
* a [boolean](/reference/types/boolean) that means whether the pin you say is pressed (`true` or `false`)
|
||||
* a [boolean](/blocks/logic/boolean) that means whether the pin you say is pressed (`true` or `false`)
|
||||
|
||||
### Example
|
||||
|
||||
|
Reference in New Issue
Block a user