From 38056a2f77c22a43c1c22ce055ad5e146818a4b5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 22 Feb 2019 00:05:05 -0800 Subject: [PATCH] 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. --- Language/Functions/Advanced IO/tone.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Functions/Advanced IO/tone.adoc b/Language/Functions/Advanced IO/tone.adoc index c3f248f48..b50bcdaea 100644 --- a/Language/Functions/Advanced IO/tone.adoc +++ b/Language/Functions/Advanced IO/tone.adoc @@ -77,10 +77,10 @@ If you want to play different pitches on multiple pins, you need to call `noTone * #LANGUAGE# link:../../analog-io/analogwrite[analogWrite()] [role="example"] -* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^] +* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneMelody[Tone^] * #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch follower^] -* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Simple Keyboard^] -* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[multiple tones^] +* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneKeyboard[Simple Keyboard^] +* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneMultiple[multiple tones^] * #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^] --