From 85cbd5f1a060f9cfebef1e07b4f0fc516c64572e Mon Sep 17 00:00:00 2001 From: Christian Eltzschig Date: Fri, 15 Dec 2023 01:02:14 +0100 Subject: [PATCH] [#2] Add shields and correct link --- README.md | 3 +-- iceoryx2/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abcd8e38b..0497a3a64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ [![Benchmarks](https://img.shields.io/badge/Benchmarks-gray)](benchmarks/README.md) -[![Best Practices](https://img.shields.io/badge/Best_Practices-gray)](BEST_PRACTICES.md) [![Changelog](https://img.shields.io/badge/Changelog-gray)](CHANGELOG.md) -[![Contributing](https://img.shields.io/badge/Contributing-gray)](CONTRIBUTING.md) +[![Crates.io](https://img.shields.io/crates/v/iceoryx2?color=blue)](https://crates.io/crates/iceoryx2) [![Examples](https://img.shields.io/badge/Examples-gray)](examples/) [![FAQ](https://img.shields.io/badge/FAQ-gray)](FAQ.md) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) diff --git a/iceoryx2/src/lib.rs b/iceoryx2/src/lib.rs index 4f34bccf4..4394f53ac 100644 --- a/iceoryx2/src/lib.rs +++ b/iceoryx2/src/lib.rs @@ -25,7 +25,7 @@ //! - Blackboard (planned) //! //! For a comprehensive list of all planned features, please refer to the -//! [GitHub Roadmap](https://github.com/eclipse-iceoryx/iceoryx2/ROADMAP.md). +//! [GitHub Roadmap](https://github.com/eclipse-iceoryx/iceoryx2/blob/main/ROADMAP.md). //! //! Services are uniquely identified by name and //! [`MessagingPattern`](crate::service::messaging_pattern::MessagingPattern). They can be instantiated with