From e0c99a3d14cc63f651b2d8a844a1d5cb6ae03c7a Mon Sep 17 00:00:00 2001 From: Kristoffer Engdahl Date: Mon, 16 Nov 2020 12:16:09 +0100 Subject: [PATCH] Update tone.adoc added www to links --- Language/Functions/Advanced IO/tone.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Advanced IO/tone.adoc b/Language/Functions/Advanced IO/tone.adoc index 7f4aa3561..04b4debad 100644 --- a/Language/Functions/Advanced IO/tone.adoc +++ b/Language/Functions/Advanced IO/tone.adoc @@ -76,10 +76,10 @@ If you want to play different pitches on multiple pins, you need to call `noTone [role="example"] * #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMelody[Tone Melody^] -* #EXAMPLE# https://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^] +* #EXAMPLE# https://www.arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^] * #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneKeyboard[Tone Keyboard^] * #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/toneMultiple[Tone Multiple^] -* #EXAMPLE# https://arduino.cc/en/Tutorial/PWM[PWM^] +* #EXAMPLE# https://www.arduino.cc/en/Tutorial/PWM[PWM^] -- // SEE ALSO SECTION ENDS