Skip to content

Commit 3d81819

Browse files
authored
Fixed links to example code.
1 parent e06c404 commit 3d81819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/array.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ for (byte i = 0; i < 5; i = i + 1) {
8383

8484
[float]
8585
=== Example Code
86-
For a complete program that demonstrates the use of arrays, see the (http://www.arduino.cc/en/Tutorial/KnightRider[Knight Rider example]) from the (http://www.arduino.cc/en/Main/LearnArduino[Tutorials]).
86+
For a complete program that demonstrates the use of arrays, see the (https://docs.arduino.cc/built-in-examples/control-structures/Arrays[How to Use Arrays example]) from the (https://docs.arduino.cc/built-in-examples[Built-in Examples]).
8787

8888
--
8989
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)