Skip to content

Commit 0c93b4e

Browse files
committed
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.
1 parent b66fdc8 commit 0c93b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
=== See also
8181

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

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

Language/Structure/Control Structure/while.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ while (var < 200) {
6767
[role="language"]
6868

6969
[role="example"]
70-
* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop Tutorial^]
70+
* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop^]
7171

7272
--
7373
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)