From 5b8765356adf3641a10006e481b6dda6a8d01972 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Fri, 21 Jun 2024 18:07:58 +0200 Subject: [PATCH 1/2] iox-#2305 Fix CI badge links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e70ae15c83..b52b45552a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg)](https://github.com/eclipse-iceoryx/iceoryx/actions) -[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/main?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx) +[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg)](https://github.com/eclipse-iceoryx/iceoryx/actions/workflows/build-test.yml?query=branch%3Amain++) +[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/main?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx/main) [![Gitter](https://badges.gitter.im/eclipse-iceoryx/iceoryx.svg)](https://gitter.im/eclipse/iceoryx) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Codecov](https://codecov.io/gh/eclipse-iceoryx/iceoryx/branch/main/graph/badge.svg?branch=main)](https://codecov.io/gh/eclipse-iceoryx/iceoryx?branch=main) From 4e25537b0b24ec3189e9b31acbe1b3b1dccb04e3 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Fri, 21 Jun 2024 18:15:27 +0200 Subject: [PATCH 2/2] iox-#2305 Add link to iceoryx2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b52b45552a..61336c1fd4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ # iceoryx - true zero-copy inter-process-communication +This is the original implementation written in C++. For the Rust-based next-gen implementation, please have a +look at [iceoryx2](https://github.com/eclipse-iceoryx/iceoryx2). + 1. [Introduction](#introduction) 1. [Supported Platforms](#supported-platforms) 2. [Where is Eclipse iceoryx used](#where-is-eclipse-iceoryx-used)