From 0c93b4e26538c8ee2c64c07511a0aa019c21b390 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 21 Feb 2019 21:55:03 -0800 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 f29c817db..76fe73419 100644 --- a/Language/Functions/Communication/Serial/serialEvent.adoc +++ b/Language/Functions/Communication/Serial/serialEvent.adoc @@ -80,7 +80,7 @@ Nothing === See also [role="example"] -* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[Serial Event Tutorial^] +* #EXAMPLE# http://arduino.cc/en/Tutorial/SerialEvent[Serial Event^] [role="language"] * #LANGUAGE# link:../begin[begin()] diff --git a/Language/Structure/Control Structure/while.adoc b/Language/Structure/Control Structure/while.adoc index a7cdcd9e4..93bdc4831 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