From 877c79752c029d31b7156954052e5b5bd5b6d29c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sun, 11 Sep 2022 16:31:38 +0200 Subject: [PATCH] link correction --- fsrc-core/src/pus/verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsrc-core/src/pus/verification.rs b/fsrc-core/src/pus/verification.rs index 095649d..4af6ad6 100644 --- a/fsrc-core/src/pus/verification.rs +++ b/fsrc-core/src/pus/verification.rs @@ -68,7 +68,7 @@ //! } //! ``` //! -//! The [integration test](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/obsw-client-example/fsrc-core/tests/verification_test.rs) +//! The [integration test](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/main/fsrc-core/tests/verification_test.rs) //! for the verification module contains examples how this module could be used in a more complex //! context involving multiple threads use alloc::boxed::Box;