Skip to content

Commit 972f6e5

Browse files
committed
Update all URLs in example comments
Some of the URLs were broken. Almost all of the URLs had changed, but were still working due to redirects. However, these redirects might stop working at some time in the future (as happened during the last round of website reorganization) so it's safest to point them to the final location.
1 parent c8fae22 commit 972f6e5

File tree

76 files changed

+81
-83
lines changed

Some content is hidden

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

76 files changed

+81
-83
lines changed

examples/01.Basics/Blink/Blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
This example code is in the public domain.
2121
22-
http://www.arduino.cc/en/Tutorial/Blink
22+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Blink
2323
*/
2424

2525
// the setup function runs once when you press reset or power the board

examples/01.Basics/DigitalReadSerial/DigitalReadSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This example code is in the public domain.
77
8-
http://www.arduino.cc/en/Tutorial/DigitalReadSerial
8+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/DigitalReadSerial
99
*/
1010

1111
// digital pin 2 has a pushbutton attached to it. Give it a name:

examples/01.Basics/Fade/Fade.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
This example code is in the public domain.
1212
13-
http://www.arduino.cc/en/Tutorial/Fade
13+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Fade
1414
*/
1515

1616
int led = 9; // the PWM pin the LED is attached to

examples/01.Basics/ReadAnalogVoltage/ReadAnalogVoltage.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This example code is in the public domain.
99
10-
http://www.arduino.cc/en/Tutorial/ReadAnalogVoltage
10+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ReadAnalogVoltage
1111
*/
1212

1313
// the setup routine runs once when you press reset:

examples/02.Digital/BlinkWithoutDelay/BlinkWithoutDelay.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
This example code is in the public domain.
2727
28-
http://www.arduino.cc/en/Tutorial/BlinkWithoutDelay
28+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/BlinkWithoutDelay
2929
*/
3030

3131
// constants won't change. Used here to set a pin number:

examples/02.Digital/Button/Button.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
This example code is in the public domain.
2121
22-
http://www.arduino.cc/en/Tutorial/Button
22+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Button
2323
*/
2424

2525
// constants won't change. They're used here to set pin numbers:

examples/02.Digital/Debounce/Debounce.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
This example code is in the public domain.
2626
27-
http://www.arduino.cc/en/Tutorial/Debounce
27+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/Debounce
2828
*/
2929

3030
// constants won't change. They're used here to set pin numbers:

examples/02.Digital/DigitalInputPullup/DigitalInputPullup.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
This example code is in the public domain.
1919
20-
http://www.arduino.cc/en/Tutorial/InputPullupSerial
20+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/InputPullupSerial
2121
*/
2222

2323
void setup() {

examples/02.Digital/StateChangeDetection/StateChangeDetection.ino

Lines changed: 1 addition & 1 deletion
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://www.arduino.cc/en/Tutorial/ButtonStateChange
24+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/StateChangeDetection
2525
*/
2626

2727
// this constant won't change:

examples/02.Digital/toneKeyboard/toneKeyboard.ino

Lines changed: 1 addition & 1 deletion
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://www.arduino.cc/en/Tutorial/Tone3
17+
https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneKeyboard
1818
*/
1919

2020
#include "pitches.h"

0 commit comments

Comments
 (0)