diff --git a/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc b/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc index c38723e82..595be75ba 100644 --- a/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc +++ b/documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc @@ -15,7 +15,7 @@ You can blink this on and off by, You should see the on-board LED blinking. -You can see the code https://github.com/raspberrypi/pico-examples/blob/master/blink/blink.c[on Github] +You can see the code on Github for the https://github.com/raspberrypi/pico-examples/blob/master/blink/blink.c[Raspberry Pi Pico] and https://github.com/raspberrypi/pico-examples/blob/master/pico_w/blink/picow_blink.c[Pico W] versions. === Say "Hello World"