From f3ca7cf01c710159c0899388674f47ffdc7d902f Mon Sep 17 00:00:00 2001 From: Alasdair Allan Date: Tue, 19 Jul 2022 12:26:29 +0100 Subject: [PATCH] Update your_first_binary.adoc --- .../asciidoc/microcontrollers/c_sdk/your_first_binary.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"