aboutsummaryrefslogtreecommitdiff
path: root/bootloaders
diff options
context:
space:
mode:
authorFederico Fissore <f.fissore@arduino.cc>2015-05-20 17:10:06 +0200
committerFederico Fissore <f.fissore@arduino.cc>2015-05-20 17:10:06 +0200
commitb40f171220b46e63165deaffc497c080e98f041a (patch)
treeb25f5d0286f1514cfd961ab8db36bea52b7442a1 /bootloaders
parent7c585abf3fb752bd49ccc47e24bd3571e56d15bd (diff)
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
Diffstat (limited to 'bootloaders')
-rw-r--r--bootloaders/optiboot/optiboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/optiboot/optiboot.c b/bootloaders/optiboot/optiboot.c
index d499d85..41545b7 100644
--- a/bootloaders/optiboot/optiboot.c
+++ b/bootloaders/optiboot/optiboot.c
@@ -50,7 +50,7 @@
/* */
/* Code builds on code, libraries and optimisations from: */
/* stk500boot.c by Jason P. Kyle */
-/* Arduino bootloader http://arduino.cc */
+/* Arduino bootloader http://www.arduino.cc */
/* Spiff's 1K bootloader http://spiffie.org/know/arduino_1k_bootloader/bootloader.shtml */
/* avr-libc project http://nongnu.org/avr-libc */
/* Adaboot http://www.ladyada.net/library/arduino/bootloader.html */