Skip to content

Commit 29ab27c

Browse files
per1234facchinm
authored andcommitted
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

Diff for: libraries/USBHost/examples/KeyboardController/KeyboardController.ino

+1-1
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
*/

Diff for: libraries/USBHost/examples/MouseController/MouseController.ino

+1-1
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
*/

Diff for: libraries/USBHost/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <[email protected]>
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)