Skip to content

Commit 23fd567

Browse files
authored
Merge pull request #792 from arduino/kengdahl-patch-1
Update tone.adoc
2 parents 5c6f13a + 5fc2f4a commit 23fd567

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Language/Functions/Advanced IO/tone.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ If you want to play different pitches on multiple pins, you need to call `noTone
7575

7676
[role="example"]
7777

78-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone Melody^]
79-
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^]
80-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Tone Keyboard^]
81-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[Tone Multiple^]
82-
* #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]
78+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMelody[Tone Melody^]
79+
* #EXAMPLE# https://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^]
80+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneKeyboard[Tone Keyboard^]
81+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMultiple[Tone Multiple^]
82+
* #EXAMPLE# https://arduino.cc/en/Tutorial/PWM[PWM^]
8383

8484
--
8585
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)