Skip to content

Commit 9166828

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 0262105 commit 9166828

File tree

140 files changed

+167
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+167
-167
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ board and a development environment that implements the Processing/Wiring
66
language. Arduino can be used to develop stand-alone interactive objects or
77
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
88
The boards can be assembled by hand or purchased preassembled; the open-source
9-
IDE can be downloaded for free at http://arduino.cc/en/Main/Software
9+
IDE can be downloaded for free at http://www.arduino.cc/en/Main/Software
1010

1111
* For more information, see the website at: http://www.arduino.cc/
12-
or the forums at: http://arduino.cc/forum/
12+
or the forums at: http://www.arduino.cc/forum/
1313
You can also follow Arduino on twitter at: https://twitter.com/arduino or like Arduino on Facebook at: https://www.facebook.com/official.arduino
1414

1515
* To report a *bug* in the software or to request *a simple enhancement* go to:

app/src/processing/app/Editor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ public void actionPerformed(ActionEvent e) {
12861286
item = new JMenuItem(_("Visit Arduino.cc"));
12871287
item.addActionListener(new ActionListener() {
12881288
public void actionPerformed(ActionEvent e) {
1289-
Base.openURL(_("http://arduino.cc/"));
1289+
Base.openURL(_("http://www.arduino.cc/"));
12901290
}
12911291
});
12921292
menu.add(item);

app/test/cc/arduino/packages/contributions/package_index.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"websiteURL": "http://www.arduino.cc/",
77
"email": "[email protected]",
88
"help": {
9-
"online": "http://arduino.cc/en/Reference/HomePage"
9+
"online": "http://www.arduino.cc/en/Reference/HomePage"
1010
},
1111
"platforms": [
1212
{
@@ -58,7 +58,7 @@
5858
"version": "1.6.3",
5959
"category": "Arduino",
6060
"help": {
61-
"online": "http://arduino.cc/en/Reference/HomePage"
61+
"online": "http://www.arduino.cc/en/Reference/HomePage"
6262
},
6363
"url": "http://downloads.arduino.cc/cores/avr-1.6.3.tar.bz2",
6464
"archiveFileName": "avr-1.6.3.tar.bz2",
@@ -104,7 +104,7 @@
104104
"version": "1.6.4",
105105
"category": "Arduino",
106106
"help": {
107-
"online": "http://arduino.cc/en/Reference/HomePage"
107+
"online": "http://www.arduino.cc/en/Reference/HomePage"
108108
},
109109
"url": "http://downloads.arduino.cc/cores/avr-1.6.4.tar.bz2",
110110
"archiveFileName": "avr-1.6.4.tar.bz2",
@@ -150,7 +150,7 @@
150150
"version": "1.6.5",
151151
"category": "Arduino",
152152
"help": {
153-
"online": "http://arduino.cc/en/Reference/HomePage"
153+
"online": "http://www.arduino.cc/en/Reference/HomePage"
154154
},
155155
"url": "http://downloads.arduino.cc/cores/avr-1.6.5.tar.bz2",
156156
"archiveFileName": "avr-1.6.5.tar.bz2",
@@ -196,7 +196,7 @@
196196
"version": "1.6.6",
197197
"category": "Arduino",
198198
"help": {
199-
"online": "http://arduino.cc/en/Reference/HomePage"
199+
"online": "http://www.arduino.cc/en/Reference/HomePage"
200200
},
201201
"url": "http://downloads.arduino.cc/cores/avr-1.6.6.tar.bz2",
202202
"archiveFileName": "avr-1.6.6.tar.bz2",

arduino-core/src/processing/app/BaseNoGui.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ static public File getSketchbookLibrariesFolder() {
320320
File readme = new File(libdir, "readme.txt");
321321
FileWriter freadme = new FileWriter(readme);
322322
freadme.write(_("For information on installing libraries, see: " +
323-
"http://arduino.cc/en/Guide/Libraries\n"));
323+
"http://www.arduino.cc/en/Guide/Libraries\n"));
324324
freadme.close();
325325
} catch (Exception e) {
326326
}

build/create_reference.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
my $CURL_OPTIONS = "--silent --show-error -u $user:$pass";
1717

1818
my $ARDUINO = 'http://edit.arduino.cc/en_ref'; # base url for reference site
19-
my $PUBLIC = 'http://arduino.cc/en'; # base url for public site
19+
my $PUBLIC = 'http://www.arduino.cc/en'; # base url for public site
2020

2121
my %downloaded = (); # keep track of the pages we download
2222

build/fetch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd reference
1313
perl ../create_reference.pl || die 'unable to create local reference pages'
1414

1515
mkdir img
16-
curl http://arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
16+
curl http://www.arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
1717

1818
cd ..
1919
zip -r shared/reference.zip reference || die 'unable to create reference.zip archive'

build/linux/dist/appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot>
2020
<screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot>
2121
</screenshots>
22-
<url type="homepage">http://arduino.cc/</url>
22+
<url type="homepage">http://www.arduino.cc/</url>
2323
<updatecontact>[email protected]</updatecontact>
2424
</application>

build/shared/examples/01.Basics/Blink/Blink.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Most Arduinos have an on-board LED you can control. On the Uno and
66
Leonardo, it is attached to digital pin 13. If you're unsure what
77
pin the on-board LED is connected to on your Arduino model, check
8-
the documentation at http://arduino.cc
8+
the documentation at http://www.arduino.cc
99
1010
This example code is in the public domain.
1111

build/shared/examples/02.Digital/StateChangeDetection/StateChangeDetection.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
This example code is in the public domain.
2323
24-
http://arduino.cc/en/Tutorial/ButtonStateChange
24+
http://www.arduino.cc/en/Tutorial/ButtonStateChange
2525
2626
*/
2727

build/shared/examples/02.Digital/toneKeyboard/toneKeyboard.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
This example code is in the public domain.
1616
17-
http://arduino.cc/en/Tutorial/Tone3
17+
http://www.arduino.cc/en/Tutorial/Tone3
1818
1919
*/
2020

build/shared/examples/02.Digital/toneMelody/toneMelody.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
This example code is in the public domain.
1414
15-
http://arduino.cc/en/Tutorial/Tone
15+
http://www.arduino.cc/en/Tutorial/Tone
1616
1717
*/
1818
#include "pitches.h"

build/shared/examples/02.Digital/toneMultiple/toneMultiple.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
This example code is in the public domain.
1414
15-
http://arduino.cc/en/Tutorial/Tone4
15+
http://www.arduino.cc/en/Tutorial/Tone4
1616
1717
*/
1818

build/shared/examples/02.Digital/tonePitchFollower/tonePitchFollower.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
This example code is in the public domain.
1616
17-
http://arduino.cc/en/Tutorial/Tone2
17+
http://www.arduino.cc/en/Tutorial/Tone2
1818
1919
*/
2020

build/shared/examples/03.Analog/AnalogInput/AnalogInput.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
This example code is in the public domain.
2525
26-
http://arduino.cc/en/Tutorial/AnalogInput
26+
http://www.arduino.cc/en/Tutorial/AnalogInput
2727
2828
*/
2929

build/shared/examples/03.Analog/Calibration/Calibration.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
modified 30 Aug 2011
2121
By Tom Igoe
2222
23-
http://arduino.cc/en/Tutorial/Calibration
23+
http://www.arduino.cc/en/Tutorial/Calibration
2424
2525
This example code is in the public domain.
2626

build/shared/examples/03.Analog/Fading/Fading.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
modified 30 Aug 2011
1212
By Tom Igoe
1313
14-
http://arduino.cc/en/Tutorial/Fading
14+
http://www.arduino.cc/en/Tutorial/Fading
1515
1616
This example code is in the public domain.
1717

build/shared/examples/05.Control/IfStatementConditional/IfStatementConditional.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
This example code is in the public domain.
2323
24-
http://arduino.cc/en/Tutorial/IfStatement
24+
http://www.arduino.cc/en/Tutorial/IfStatement
2525
2626
*/
2727

build/shared/examples/05.Control/WhileStatementConditional/WhileStatementConditional.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
This example code is in the public domain.
2424
25-
http://arduino.cc/en/Tutorial/WhileLoop
25+
http://www.arduino.cc/en/Tutorial/WhileLoop
2626
2727
*/
2828

build/shared/examples/08.Strings/StringAdditionOperator/StringAdditionOperator.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
modified 2 Apr 2012
99
by Tom Igoe
1010
11-
http://arduino.cc/en/Tutorial/StringAdditionOperator
11+
http://www.arduino.cc/en/Tutorial/StringAdditionOperator
1212
1313
This example code is in the public domain.
1414
*/

build/shared/examples/08.Strings/StringAppendOperator/StringAppendOperator.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringAppendOperator
10+
http://www.arduino.cc/en/Tutorial/StringAppendOperator
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringCaseChanges/StringCaseChanges.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringCaseChanges
10+
http://www.arduino.cc/en/Tutorial/StringCaseChanges
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringCharacters/StringCharacters.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringCharacters
10+
http://www.arduino.cc/en/Tutorial/StringCharacters
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringComparisonOperators/StringComparisonOperators.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringComparisonOperators
10+
http://www.arduino.cc/en/Tutorial/StringComparisonOperators
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringConstructors/StringConstructors.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 30 Aug 2011
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringConstructors
10+
http://www.arduino.cc/en/Tutorial/StringConstructors
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringIndexOf/StringIndexOf.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringIndexOf
10+
http://www.arduino.cc/en/Tutorial/StringIndexOf
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringLength/StringLength.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
created 1 Aug 2010
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringLengthTrim
10+
http://www.arduino.cc/en/Tutorial/StringLengthTrim
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringLengthTrim/StringLengthTrim.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringLengthTrim
10+
http://www.arduino.cc/en/Tutorial/StringLengthTrim
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringReplace/StringReplace.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringReplace
10+
http://www.arduino.cc/en/Tutorial/StringReplace
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringStartsWithEndsWith/StringStartsWithEndsWith.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Tom Igoe
99
10-
http://arduino.cc/en/Tutorial/StringStartsWithEndsWith
10+
http://www.arduino.cc/en/Tutorial/StringStartsWithEndsWith
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/08.Strings/StringSubstring/StringSubstring.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
modified 2 Apr 2012
88
by Zach Eveland
99
10-
http://arduino.cc/en/Tutorial/StringSubstring
10+
http://www.arduino.cc/en/Tutorial/StringSubstring
1111
1212
This example code is in the public domain.
1313
*/

build/shared/examples/10.StarterKit/p02_SpaceshipInterface/p02_SpaceshipInterface.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Created 13 September 2012
1616
by Scott Fitzgerald
1717
18-
http://arduino.cc/starterKit
18+
http://www.arduino.cc/starterKit
1919
2020
This example code is part of the public domain
2121
*/

build/shared/examples/10.StarterKit/p03_LoveOMeter/p03_LoveOMeter.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Created 13 September 2012
1414
by Scott Fitzgerald
1515
16-
http://arduino.cc/starterKit
16+
http://www.arduino.cc/starterKit
1717
1818
This example code is part of the public domain
1919
*/

build/shared/examples/10.StarterKit/p04_ColorMixingLamp/p04_ColorMixingLamp.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
by Scott Fitzgerald
1818
Thanks to Federico Vanzati for improvements
1919
20-
http://arduino.cc/starterKit
20+
http://www.arduino.cc/starterKit
2121
2222
This example code is part of the public domain
2323
*/

build/shared/examples/10.StarterKit/p05_ServoMoodIndicator/p05_ServoMoodIndicator.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Created 13 September 2012
1414
by Scott Fitzgerald
1515
16-
http://arduino.cc/starterKit
16+
http://www.arduino.cc/starterKit
1717
1818
This example code is part of the public domain
1919
*/

build/shared/examples/10.StarterKit/p06_LightTheremin/p06_LightTheremin.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Created 13 September 2012
1414
by Scott Fitzgerald
1515
16-
http://arduino.cc/starterKit
16+
http://www.arduino.cc/starterKit
1717
1818
This example code is part of the public domain
1919
*/

build/shared/examples/10.StarterKit/p07_Keyboard/p07_Keyboard.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Created 13 September 2012
1616
by Scott Fitzgerald
1717
18-
http://arduino.cc/starterKit
18+
http://www.arduino.cc/starterKit
1919
2020
This example code is part of the public domain
2121
*/

build/shared/examples/10.StarterKit/p08_DigitalHourglass/p08_DigitalHourglass.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Created 13 September 2012
1515
by Scott Fitzgerald
1616
17-
http://arduino.cc/starterKit
17+
http://www.arduino.cc/starterKit
1818
1919
This example code is part of the public domain
2020
*/

build/shared/examples/10.StarterKit/p09_MotorizedPinwheel/p09_MotorizedPinwheel.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Created 13 September 2012
1717
by Scott Fitzgerald
1818
19-
http://arduino.cc/starterKit
19+
http://www.arduino.cc/starterKit
2020
2121
This example code is part of the public domain
2222
*/

build/shared/examples/10.StarterKit/p10_Zoetrope/p10_Zoetrope.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
by Scott Fitzgerald
1818
Thanks to Federico Vanzati for improvements
1919
20-
http://arduino.cc/starterKit
20+
http://www.arduino.cc/starterKit
2121
2222
This example code is part of the public domain
2323
*/

build/shared/examples/10.StarterKit/p11_CrystalBall/p11_CrystalBall.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Created 13 September 2012
1717
by Scott Fitzgerald
1818
19-
http://arduino.cc/starterKit
19+
http://www.arduino.cc/starterKit
2020
2121
This example code is part of the public domain
2222
*/

0 commit comments

Comments
 (0)