Skip to content

Commit

Permalink
Fixed links to example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcamp committed Nov 11, 2022
1 parent e06c404 commit 3d81819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/array.adoc
Expand Up @@ -83,7 +83,7 @@ for (byte i = 0; i < 5; i = i + 1) {

[float]
=== Example Code
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]).
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]).

--
// HOW TO USE SECTION ENDS
Expand Down

0 comments on commit 3d81819

Please sign in to comment.