diff --git a/satrs-book/src/constrained-systems.md b/satrs-book/src/constrained-systems.md index 73149ce..43b6aa5 100644 --- a/satrs-book/src/constrained-systems.md +++ b/satrs-book/src/constrained-systems.md @@ -33,6 +33,8 @@ of how the data is stored. This trait is implemented by a static memory pool implementation. The code to generate this static pool would look like this: + ```rust, ignore use satrs::pool::{StaticMemoryPool, StaticPoolConfig}; diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index c0f6a0d..e701fc8 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Robin Mueller "] description = """ Helper crate of the sat-rs framework to build a mission information base (MIB) from the On-Board Software (OBSW) code directly.""" -homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" +homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"] diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index f9e76f4..e1eb77b 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -4,7 +4,7 @@ description = "Components shared by multiple sat-rs crates" version = "0.1.1" edition = "2021" authors = ["Robin Mueller "] -homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" +homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 55b9ba0..cdf7e24 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] description = "A framework to build software for remote systems" -homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" +homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"]