diff --git a/embedded-examples/stm32f3-disco-rtic/README.md b/embedded-examples/stm32f3-disco-rtic/README.md index 0fa99ae..57ed964 100644 --- a/embedded-examples/stm32f3-disco-rtic/README.md +++ b/embedded-examples/stm32f3-disco-rtic/README.md @@ -1,7 +1,7 @@ sat-rs example for the STM32F3-Discovery board ======= -This example application shows how the [sat-rs framework](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad) +This example application shows how the [sat-rs library](https://egit.irs.uni-stuttgart.de/rust/sat-rs) can be used on an embedded target. It also shows how a relatively simple OBSW could be built when no standard runtime is available. It uses [RTIC](https://rtic.rs/2/book/en/) as the concurrency framework and the diff --git a/embedded-examples/stm32h7-rtic/README.md b/embedded-examples/stm32h7-rtic/README.md index ed135b9..d97769e 100644 --- a/embedded-examples/stm32h7-rtic/README.md +++ b/embedded-examples/stm32h7-rtic/README.md @@ -1,7 +1,7 @@ sat-rs example for the STM32F3-Discovery board ======= -This example application shows how the [sat-rs framework](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad) +This example application shows how the [sat-rs library](https://egit.irs.uni-stuttgart.de/rust/sat-rs) can be used on an embedded target. It also shows how a relatively simple OBSW could be built when no standard runtime is available. It uses [RTIC](https://rtic.rs/2/book/en/) as the concurrency framework and the