Skip to content

Commit b66fdc8

Browse files
authored
Merge PR #566 "Standardize link text " from per1234
Standardize link text
2 parents 680b59a + acaab32 commit b66fdc8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Language/Functions/Advanced IO/tone.adoc

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ 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# https://www.arduino.cc/en/Tutorial/toneMelody[Tone^]
81-
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch follower^]
82-
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneKeyboard[Simple Keyboard^]
83-
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/toneMultiple[multiple tones^]
80+
81+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone Melody^]
82+
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^]
83+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Tone Keyboard^]
84+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[Tone Multiple^]
8485
* #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]
8586

8687
--

Language/Functions/Communication/Serial/serialEvent.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Nothing
8080
=== See also
8181

8282
[role="example"]
83-
* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent Tutorial^]
83+
* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[Serial Event Tutorial^]
8484

8585
[role="language"]
8686
* #LANGUAGE# link:../begin[begin()]

0 commit comments

Comments
 (0)