fix broken links

This commit is contained in:
Tom Ball
2016-06-15 07:55:19 -04:00
parent 0e08b58f84
commit 041b10ef04
16 changed files with 35 additions and 36 deletions

View File

@ -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

View File

@ -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