Skip to content

Commit 8b8d129

Browse files
authored
Update while.adoc
Fixed While loop link
1 parent a71ac02 commit 8b8d129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Control Structure/while.adoc

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

7373
[role="example"]
74-
* #EXAMPLE# https://arduino.cc/en/Tutorial/WhileLoop[While Loop^]
74+
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples/WhileStatementConditional[While Loop^]
7575

7676
--
7777
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)