Skip to content

Commit acc364b

Browse files
authored
Merge pull request #283 from per1234/standardize-link-text
Standardize link text
2 parents eec77e3 + 23283d7 commit acc364b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Language/Functions/Advanced IO/tone.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ subCategories: [ "고급 입출력" ]
7676
* #LANGUAGE# link:../../analog-io/analogwrite[analogWrite()]
7777

7878
[role="example"]
79-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone^]
80-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Pitch follower^]
81-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Simple Keyboard^]
82-
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[multiple tones^]
79+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone[Tone Melody^]
80+
* #EXAMPLE# http://arduino.cc/en/Tutorial/tonePitchFollower[Pitch Follower^]
81+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone3[Tone Keyboard^]
82+
* #EXAMPLE# http://arduino.cc/en/Tutorial/Tone4[Tone Multiple^]
8383
* #EXAMPLE# http://arduino.cc/en/Tutorial/PWM[PWM^]
8484

8585
--

Language/Functions/Communication/Serial/serialEvent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Nothing
8080
=== 더보기
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)