Skip to content

Commit fd62ea0

Browse files
author
smellai
committed
fixed links
1 parent 922f17a commit fd62ea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Language/Functions/USB/Keyboard/keyboardModifiers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A modifier key is a special key on a computer keyboard that modifies the normal
2121
[%hardbreaks]
2222
For more on ASCII values and the characters or functions they represent, see http://www.asciitable.com/[asciitable.com]
2323
[%hardbreaks]
24-
For multiple key presses use link:../keyboardPress[Keyboard.press]()
24+
For multiple key presses use link:../keyboardpress[Keyboard.press]()
2525
[%hardbreaks]
2626
The Leonardo's definitions for modifier keys are listed below:
2727
[%hardbreaks]

Language/Functions/USB/Keyboard/keyboardPrint.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: Keyboard.print()
1717
=== Description
1818
Sends a keystroke to a connected computer.
1919

20-
`Keyboard.print()` must be called after initiating link:../keyboardBegin[Keyboard.begin()].
20+
`Keyboard.print()` must be called after initiating link:../keyboardbegin[Keyboard.begin()].
2121
[%hardbreaks]
2222

2323

0 commit comments

Comments
 (0)