Skip to content

Commit 38056a2

Browse files
committed
Update links to tone tutorials
The tone tutorial links use outdated URLs that must redirect to the current URLs. It's better to point the links directly to the correct URL.
1 parent 01af93a commit 38056a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Functions/Advanced IO/tone.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ If you want to play different pitches on multiple pins, you need to call `noTone
7777
* #LANGUAGE# link:../../analog-io/analogwrite[analogWrite()]
7878

7979
[role="example"]
80-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^]
80+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneMelody[Tone^]
8181
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch follower^]
82-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Simple Keyboard^]
83-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[multiple tones^]
82+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneKeyboard[Simple Keyboard^]
83+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneMultiple[multiple tones^]
8484
* #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]
8585

8686
--

0 commit comments

Comments
 (0)