Skip to content

Commit

Permalink
[#36] Correct github links
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Dec 14, 2023
1 parent 9f7a657 commit f70bab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iceoryx2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//! - Blackboard (planned)
//!
//! For a comprehensive list of all planned features, please refer to the
//! [GitHub Roadmap](https://github.com/iceoryx2/iceoryx2/ROADMAP.md).
//! [GitHub Roadmap](https://github.com/eclipse-iceoryx/iceoryx2/ROADMAP.md).
//!
//! Services are uniquely identified by name and
//! [`MessagingPattern`](crate::service::messaging_pattern::MessagingPattern). They can be instantiated with
Expand All @@ -48,7 +48,7 @@
//! With this factory, endpoints for the service can be created, enabling seamless communication.
//!
//! For more detailed examples, explore the
//! [GitHub example folder](https://github.com/iceoryx2/iceoryx2/tree/main/examples).
//! [GitHub example folder](https://github.com/eclipse-iceoryx/iceoryx2/tree/main/examples).
//!
//! ## Publish-Subscribe
//!
Expand Down Expand Up @@ -269,7 +269,7 @@
//! file suffixes through a custom configuration file.
//!
//! For in-depth details and examples, please visit the
//! [GitHub config folder](https://github.com/iceoryx2/iceoryx2/tree/main/config).
//! [GitHub config folder](https://github.com/eclipse-iceoryx/iceoryx2/tree/main/config).

#[cfg(doctest)]
mod compiletests;
Expand Down

0 comments on commit f70bab6

Please sign in to comment.