Skip to content

Commit 93fdf9b

Browse files
authored
Merge PR #565 "Update links to tone tutorials" from per1234
Update links to tone tutorials
2 parents 1b80906 + 38056a2 commit 93fdf9b

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)