From 855d7e3e998fd0263dd411f0e3f78aefb9f9149d Mon Sep 17 00:00:00 2001 From: AdanSh Date: Mon, 8 Dec 2025 18:30:19 +0500 Subject: [PATCH] Fix broken build status badge in README --- README.md | 2 +- doc/pages/source/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 317aa19ab..29f20700d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Dynflow](doc/pages/source/images/logo-long.png) ======= -![Build](https://img.shields.io/travis/Dynflow/dynflow/master.svg?style=flat) +![Build](https://img.shields.io/github/actions/workflow/status/Dynflow/dynflow/ruby.yml?branch=master&style=flat) ![Issues](https://img.shields.io/github/issues/Dynflow/dynflow.svg?style=flat) ![Gem version](https://img.shields.io/gem/v/dynflow.svg?style=flat) ![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat) diff --git a/doc/pages/source/index.md b/doc/pages/source/index.md index af5123835..8f83825a6 100644 --- a/doc/pages/source/index.md +++ b/doc/pages/source/index.md @@ -53,7 +53,7 @@ Dynflow has been developed to be able to support orchestration of services in th ## Current status -![Build](https://img.shields.io/travis/Dynflow/dynflow/master.svg?style=flat) +![Build](https://img.shields.io/github/actions/workflow/status/Dynflow/dynflow/ruby.yml?branch=master&style=flat) ![Issues](https://img.shields.io/github/issues/Dynflow/dynflow.svg?style=flat) ![Gem version](https://img.shields.io/gem/v/dynflow.svg?style=flat) ![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)