Skip to content

Commit 9970c04

Browse files
authored
Update blinky.md (#265)
* Update blinky.md Changed links not to be 404
1 parent 8798a02 commit 9970c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/tutorials/blinky.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ For this tutorial, previous experience with Go is not required but recommended.
99

1010
You will need a board with an onboard LED. Most education and development boards will work, with the notable exception of the BBC micro:bit. Boards that are a good start are one of the following:
1111

12-
- [Adafruit Circuit Playground Express](../../reference/microcontrollers/circuit-playground-express/)
13-
- [Arduino Nano 33 IoT](../../reference/microcontrollers/arduino-nano33-iot/)
12+
- [Adafruit Circuit Playground Express](../../reference/microcontrollers/circuitplay-express/)
13+
- [Arduino Nano 33 IoT](../../reference/microcontrollers/arduino-nano33/)
1414

1515
Now that you have a board, let's get started. Start by creating a new directory (for example, named blink) and navigating into it. If you are using Go modules, initialize a new module with the following command:
1616

0 commit comments

Comments
 (0)