diff --git a/content/built-in-examples/02.digital/BlinkWithoutDelay/BlinkWithoutDelay.md b/content/built-in-examples/02.digital/BlinkWithoutDelay/BlinkWithoutDelay.md index c16aa98fe1..07e208c694 100644 --- a/content/built-in-examples/02.digital/BlinkWithoutDelay/BlinkWithoutDelay.md +++ b/content/built-in-examples/02.digital/BlinkWithoutDelay/BlinkWithoutDelay.md @@ -46,7 +46,7 @@ After you build the circuit plug your board into your computer, start the Arduin ### Code -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. +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. @@ -56,4 +56,4 @@ You can find more basic tutorials in the [built-in examples](/built-in-examples) You can also explore the [language reference](https://www.arduino.cc/reference/en/), a detailed collection of the Arduino programming language. -*Last revision 2015/07/28 by SM* \ No newline at end of file +*Last revision 2015/07/28 by SM*