Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29ab27c

Browse files
per1234facchinm
authored andcommittedDec 18, 2020
Use www subdomain in arduino.cc URLs
www.arduino.cc is Arduino's preferred url.
1 parent d5d336c commit 29ab27c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎libraries/USBHost/examples/KeyboardController/KeyboardController.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
created 8 Oct 2012
88
by Cristian Maglie
99
10-
http://arduino.cc/en/Tutorial/KeyboardController
10+
https://www.arduino.cc/en/Tutorial/KeyboardController
1111
1212
This sample code is part of the public domain.
1313
*/

‎libraries/USBHost/examples/MouseController/MouseController.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
created 8 Oct 2012
88
by Cristian Maglie
99
10-
http://arduino.cc/en/Tutorial/MouseController
10+
https://www.arduino.cc/en/Tutorial/MouseController
1111
1212
This sample code is part of the public domain.
1313
*/

‎libraries/USBHost/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 the communication with USB peripherals like mice, keyboards, and thumbdrives. For Arduino MKR1000 and Zero.
66
paragraph=The USBHost library allows the board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
77
category=Other
8-
url=http://arduino.cc/en/Reference/USBHost
8+
url=https://www.arduino.cc/en/Reference/USBHost
99
architectures=samd

0 commit comments

Comments
 (0)
Please sign in to comment.