From 7af327d077187a14f770d1678930869061b367c0 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 18:17:50 +0100 Subject: [PATCH] of course, something is missing.. --- satrs/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/satrs/src/lib.rs b/satrs/src/lib.rs index dbdce2d..8babd6c 100644 --- a/satrs/src/lib.rs +++ b/satrs/src/lib.rs @@ -1,7 +1,9 @@ //! # sat-rs: A framework to build on-board software for remote systems //! //! You can find more information about the sat-rs framework on the -//! [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs). +//! [homepage](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/). +//! The [satrs-book](https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/book/) contains +//! high-level information about this framework. //! //! ## Overview //! -- 2.43.0