From 11ce4f0c4ef98f0ab98fb58cbbddea1c378366b6 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Thu, 30 Jun 2022 21:26:06 +0200 Subject: [PATCH] 004-flashing-a-crate-to-chip.md: Fix link to blink example --- src/004-flashing-a-crate-to-chip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/004-flashing-a-crate-to-chip.md b/src/004-flashing-a-crate-to-chip.md index 75025c9..113fe82 100644 --- a/src/004-flashing-a-crate-to-chip.md +++ b/src/004-flashing-a-crate-to-chip.md @@ -10,7 +10,7 @@ Flashing a Rust ELF file is no different to flashing a regular AVR-GCC C/C++ gen ## Arduino Uno -Connect your Arduino Uno to your computer, and use `avrdude` to flash your crate. The example below uses the output from [the `blink` example](./003.2-example-building-blink.md). +Connect your Arduino Uno to your computer, and use `avrdude` to flash your crate. The example below uses the output from [the `blink` example](./003.3-example-building-blink.md). ```bash avrdude -patmega328p -carduino -P[PORT] -b115200 -D -Uflash:w:target/avr-atmega328p/release/blink.elf:e