Skip to content

Commit ac3ba89

Browse files
author
Federico Fissore
committed
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
1 parent a493eb3 commit ac3ba89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The SD library allows for reading from and writing to SD cards.
44

55
For more information about this library please visit us at
6-
http://arduino.cc/en/Reference/SD
6+
http://www.arduino.cc/en/Reference/SD
77

88
== License ==
99

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=Enables reading and writing on SD cards. For all Arduino boards.
66
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.
77
category=Data Storage
8-
url=http://arduino.cc/en/Reference/SD
8+
url=http://www.arduino.cc/en/Reference/SD
99
architectures=*

0 commit comments

Comments
 (0)