Skip to content

Commit bd29d5c

Browse files
authored
Merge pull request #905 from pcamp/patch-1
Fixed links to example code.
2 parents e06c404 + 3d81819 commit bd29d5c

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)