diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index 8fe9099b94..96ee6f7773 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -371,7 +371,7 @@ pub mod scouting { /// Liveliness primitives /// /// A [`LivelinessToken`](liveliness::LivelinessToken) is a token which liveliness is tied -/// to the Zenoh [`Session`](Session) and can be monitored by remote applications. +/// to the Zenoh [`Session`] and can be monitored by remote applications. /// /// # Examples /// ### Declaring a token