From ff463fea14c4c9782911bb9240b721a7ed52bd1d Mon Sep 17 00:00:00 2001 From: Itoh Shimon Date: Tue, 4 Feb 2025 18:16:35 +0900 Subject: [PATCH] Change URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641b4d5..1b717a2 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ A list of useful AVR libraries and cool projects * [CHIP-8 interpreter by Gergo Erdi](https://github.com/gergoerdi/rust-avr-chip8-avr) * [Keyboard firmware by Wez Furlong](https://github.com/wez/flutterby-rs) -* [Demo for Arduboy](https://github.com/simon-i1-h/arduboy-hello-rs) +* [Demo for Arduboy](https://github.com/shimon1024/arduboy-hello-rs) * [Dockerized avr-rust toolchain by Douglas Campos](https://github.com/qmx/docker-avr-rust) * [LED Blink Example](https://github.com/avr-rust/blink/)