Skip to content

Commit d45cf38

Browse files
authored
Fix broken link to library URL
The [old link to the library](https://www.arduino.cc/en/Reference/Keyboard) is broken which results its users not being able to access the necessary documentation.
1 parent 15f8e89 commit d45cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <info@arduino.cc>
55
sentence=Allows an Arduino/Genuino board with USB capabilites to act as a Keyboard.
66
paragraph=This library plugs on the HID library. It can be used with or without other HID-based libraries (Mouse, Gamepad etc)
77
category=Device Control
8-
url=http://www.arduino.cc/en/Reference/Keyboard
8+
url=https://www.arduino.cc/reference/en/language/functions/usb/keyboard/
99
architectures=*

0 commit comments

Comments
 (0)