From a6c349c2aa67c8d8f95fb83eb17ac6c7cd6f63e7 Mon Sep 17 00:00:00 2001 From: Nicholas L Date: Thu, 11 Jun 2026 10:29:45 +0200 Subject: [PATCH] fix: correct typo in examples link --- zenoh/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index d074acaf1c..ceafc2742a 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -97,7 +97,7 @@ //! # Usage examples //! //! Below are basic examples of using Zenoh. More examples are available in the documentation for each module and in -//! [zenoh-examples](https://github.com/zenoh-io/zenoh/tree/main/examples). +//! [zenoh-examples](https://github.com/eclipse-zenoh/zenoh/tree/main/examples). //! //! ## Publishing/Subscribing //! The example below shows how to publish and subscribe to data using Zenoh.