From deee5f6f46fee244d5726fd646b0bafa56a69f72 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 25 Jun 2024 19:44:12 +0200 Subject: [PATCH] readme fix --- va108xx-hal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/va108xx-hal/README.md b/va108xx-hal/README.md index c72790a..1cae452 100644 --- a/va108xx-hal/README.md +++ b/va108xx-hal/README.md @@ -39,7 +39,7 @@ your custom board. The hello world of embedded development is usually to blinky a LED. This example is contained within the -[examples folder](https://egit.irs.uni-stuttgart.de/rust/va108xx-hal/src/branch/main/examples/blinky.rs). +[examples folder](https://egit.irs.uni-stuttgart.de/rust/va108xx-rs/src/branch/main/examples/simple/examples/blinky.rs). 1. Set up your Rust cross-compiler if you have not done so yet. See more in the [build chapter](#Building) 2. Create a new binary crate with `cargo init` -- 2.43.0