diff --git a/src/blinky/external-led.md b/src/blinky/external-led.md index 989b066..13562ba 100644 --- a/src/blinky/external-led.md +++ b/src/blinky/external-led.md @@ -41,8 +41,8 @@ loop { You can clone the blinky project I created and navigate to the `external-led` folder to run this version of the blink program: ```sh -git clone https://github.com/ImplFerris/pico2-blinky -cd pico2-blinky/external-led +git clone https://github.com/ImplFerris/pico2-projects +cd pico2-projects/external-led ``` ## How to Run? diff --git a/src/blinky/rp-hal.md b/src/blinky/rp-hal.md index aa7e679..9efec3d 100644 --- a/src/blinky/rp-hal.md +++ b/src/blinky/rp-hal.md @@ -141,8 +141,8 @@ pub static PICOTOOL_ENTRIES: [hal::binary_info::EntryAddr; 5] = [ You can clone the blinky project I created and navigate to the `rprs-blinky` folder to run this version of the blink program: ```sh -git clone https://github.com/ImplFerris/pico2-blinky -cd pico2-blinky/rprs-blinky +git clone https://github.com/ImplFerris/pico2-projects +cd pico2-projects/rprs-blinky ``` ## How to Run?