From 7868fcb870124e1c4e1ab11adc1cfd5aaa486ce0 Mon Sep 17 00:00:00 2001 From: Ibrahim Sel Date: Mon, 23 Feb 2026 11:42:04 +0300 Subject: [PATCH] docs: update CI badge URLs to upstream organization --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8376f39..949563f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ | ROS 2 Distro | Ubuntu | Python | Status | |---|---|---|---| -| Humble | 22.04 | 3.10 | [![Humble](https://github.com/ibrahimsel/composer/actions/workflows/ci-humble.yml/badge.svg)](https://github.com/ibrahimsel/composer/actions/workflows/ci-humble.yml) | -| Jazzy | 24.04 | 3.12 | [![Jazzy](https://github.com/ibrahimsel/composer/actions/workflows/ci-jazzy.yml/badge.svg)](https://github.com/ibrahimsel/composer/actions/workflows/ci-jazzy.yml) | +| Humble | 22.04 | 3.10 | [![Humble](https://github.com/eclipse-muto/composer/actions/workflows/ci-humble.yml/badge.svg)](https://github.com/eclipse-muto/composer/actions/workflows/ci-humble.yml) | +| Jazzy | 24.04 | 3.12 | [![Jazzy](https://github.com/eclipse-muto/composer/actions/workflows/ci-jazzy.yml/badge.svg)](https://github.com/eclipse-muto/composer/actions/workflows/ci-jazzy.yml) | **Muto Composer** is a ROS 2 package designed to organize and automate the software deployment process to a fleet of vehicles. It streamlines the workflow by managing stack definitions, resolving dependencies, handling buildjobs and orchestrating the execution of various pipelines.