Skip to content

Commit 76216bd

Browse files
committed
Standardize link text
I'm following the example of the Tutorials page in how to format the link text for the tutorial links
1 parent 01af93a commit 76216bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Language/Functions/Advanced IO/tone.adoc

+4-4
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^]
81-
* #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^]
80+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone Melody^]
81+
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^]
82+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Tone Keyboard^]
83+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[Tone Multiple^]
8484
* #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]
8585

8686
--

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)