Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 972f6e5

Browse files
committedMar 26, 2021
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:

0 commit comments

Comments
 (0)
Please sign in to comment.