From 10b7f917c4e83ec695339e252b2dc047530f3f5b Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 7 May 2019 15:15:08 -0700 Subject: [PATCH] Be consistent with the use of "Tutorial" in link text These two tutorial links are no different from the many other example links on the other reference pages, yet they have the word "Tutorial" added, contrary to the standard established in the reference samples. There are some other instances of the use of "Tutorial" in the link text, but in those cases the link does lead to more of a general tutorial than a standard tutorial for an example sketch, so I have left those as is. --- Language/Functions/Communication/Serial/serialEvent.adoc | 2 +- Language/Structure/Control Structure/while.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Functions/Communication/Serial/serialEvent.adoc b/Language/Functions/Communication/Serial/serialEvent.adoc index b124f7ba..f615cd37 100644 --- a/Language/Functions/Communication/Serial/serialEvent.adoc +++ b/Language/Functions/Communication/Serial/serialEvent.adoc @@ -80,7 +80,7 @@ Nothing === 더보기 [role="example"] -* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent Tutorial^] +* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[SerialEvent^] [role="language"] * #LANGUAGE# link:../begin[begin()] diff --git a/Language/Structure/Control Structure/while.adoc b/Language/Structure/Control Structure/while.adoc index f1556e92..52cc5b44 100644 --- a/Language/Structure/Control Structure/while.adoc +++ b/Language/Structure/Control Structure/while.adoc @@ -67,7 +67,7 @@ while (var < 200) { [role="language"] [role="example"] -* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop Tutorial^] +* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop^] -- // SEE ALSO SECTION ENDS