Skip to content

Commit bcaf57c

Browse files
authored
Use www subdomain in arduino.cc URLs (#11)
www.arduino.cc is Arduino's preferred url.
1 parent c6be862 commit bcaf57c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The AudioZero library enables an Arduino SAMD Board (e.g., https://store.arduino.cc/catalogsearch/result/?q=mkr[MKR boards], https://store.arduino.cc/arduino-nano-33-iot[Nano 33 IoT], https://store.arduino.cc/arduino-zero[Zero]) to play back .wav files from a storage device like an SD card to the `DAC0`/`A0` pin.
44
For more information about this library please visit us at
5-
http://arduino.cc/en/Reference/AudioZero
5+
https://www.arduino.cc/en/Reference/AudioZero
66

77
== License ==
88

examples/SimpleAudioPlayerZero/SimpleAudioPlayerZero.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
This example code is in the public domain
1818
19-
http://arduino.cc/en/Tutorial/SimpleAudioPlayerZero
19+
https://www.arduino.cc/en/Tutorial/SimpleAudioPlayerZero
2020
2121
*/
2222

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=Arduino <[email protected]>
55
sentence=Allows playing audio files from an SD card. For Arduino Zero, MKRZero and MKR1000 only.
66
paragraph=With this library you can use the Arduino Zero ort MKR1000 DAC output (A0) to play audio files.<br />The audio files must be in the raw .wav format.
77
category=Signal Input/Output
8-
url=http://arduino.cc/en/Reference/Audio
8+
url=https://www.arduino.cc/en/Reference/Audio
99
architectures=samd

0 commit comments

Comments
 (0)