Skip to content

Commit dd407a2

Browse files
authored
Merge pull request #323 from arduino/karlsoderby-patch-1
Broken link in millis sketch [TC-324]
2 parents 0908433 + 297186f commit dd407a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/built-in-examples/02.digital/BlinkWithoutDelay/BlinkWithoutDelay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After you build the circuit plug your board into your computer, start the Arduin
4646

4747
### Code
4848

49-
The code below uses the [`millis()`](https://www.arduino.cc/en/Reference/Millis) function, a command that returns the number of milliseconds since the board started running its current sketch, to blink an LED.
49+
The code below uses the [millis()](https://www.arduino.cc/reference/en/language/functions/time/millis/) function, a command that returns the number of milliseconds since the board started running its current sketch, to blink an LED.
5050

5151
<iframe src='https://create.arduino.cc/example/builtin/02.Digital%5CBlinkWithoutDelay/BlinkWithoutDelay/preview?embed&snippet' style='height:510px;width:100%;margin:10px 0' frameborder='0'></iframe>
5252

@@ -56,4 +56,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples)
5656

5757
You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language.
5858

59-
*Last revision 2015/07/28 by SM*
59+
*Last revision 2015/07/28 by SM*

0 commit comments

Comments
 (0)