From 12a97b7e659f52781bcce0fea748fbb8a6400dae Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 21 Feb 2019 01:46:05 -0800 Subject: [PATCH] Fix inconsistent formatting of See also links These links use a tab separator between the tag and link, contrary to the standard established in the reference sample. --- Language/Structure/Control Structure/while.adoc | 2 +- Language/Structure/Further Syntax/define.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Structure/Control Structure/while.adoc b/Language/Structure/Control Structure/while.adoc index 9eef93889..9e40c9ff4 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 Tutorial^] -- // SEE ALSO SECTION ENDS \ No newline at end of file diff --git a/Language/Structure/Further Syntax/define.adoc b/Language/Structure/Further Syntax/define.adoc index bb46cf878..234f68433 100644 --- a/Language/Structure/Further Syntax/define.adoc +++ b/Language/Structure/Further Syntax/define.adoc @@ -87,8 +87,8 @@ Similarly, including an equal sign after the #define statement will also generat === See also [role="language"] -* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const] -* #LANGUAGE# link:../../../variables/constants/constants[Constants] +* #LANGUAGE# link:../../../variables/variable-scope\--qualifiers/const[const] +* #LANGUAGE# link:../../../variables/constants/constants[Constants] -- // SEE ALSO SECTION ENDS