Skip to content

Commit 7f4260e

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 f7295d5 commit 7f4260e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

avr/bootloaders/optiboot/optiboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/* */
5151
/* Code builds on code, libraries and optimisations from: */
5252
/* stk500boot.c by Jason P. Kyle */
53-
/* Arduino bootloader http://arduino.cc */
53+
/* Arduino bootloader http://www.arduino.cc */
5454
/* Spiff's 1K bootloader http://spiffie.org/know/arduino_1k_bootloader/bootloader.shtml */
5555
/* avr-libc project http://nongnu.org/avr-libc */
5656
/* Adaboot http://www.ladyada.net/library/arduino/bootloader.html */

avr/libraries/EEPROM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino, Christopher Andrews
44
maintainer=Arduino <[email protected]>
55
sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE.
66
paragraph=
7-
url=http://arduino.cc/en/Reference/EEPROM
7+
url=http://www.arduino.cc/en/Reference/EEPROM
88
architectures=avr
99

avr/libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.
66
paragraph=
7-
url=http://arduino.cc/en/Reference/SPI
7+
url=http://www.arduino.cc/en/Reference/SPI
88
architectures=avr
99

avr/libraries/SoftwareSerial/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables serial communication on digital pins. For all Arduino boards, BUT Arduino DUE.
66
paragraph=
7-
url=http://arduino.cc/en/Reference/SoftwareSerial
7+
url=http://www.arduino.cc/en/Reference/SoftwareSerial
88
architectures=avr
99

avr/libraries/Wire/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For all Arduino boards, BUT Arduino DUE.
66
paragraph=
7-
url=http://arduino.cc/en/Reference/Wire
7+
url=http://www.arduino.cc/en/Reference/Wire
88
architectures=avr
99

0 commit comments

Comments
 (0)