From c90518acdb0374b063ef440fd9c426f840295763 Mon Sep 17 00:00:00 2001 From: emil Date: Wed, 24 Jun 2026 17:24:05 +0000 Subject: [PATCH] DEVX-35: fix: use raw/branch/badges/ URLs for badges in README and docs --- README.md | 11 ++++++----- docs/index.md | 11 +++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce6a2c8..0d3c04f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ A Python package providing reusable development and CI/CD automation tools for o [![CI](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions/workflows/ci.yml/badge.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) [![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/src/branch/master/LICENSE) -[![Coverage](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/badges/coverage.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) -[![Tests](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/badges/tests.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) -[![Code Quality](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/badges/quality.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) -[![Version](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/badges/version.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/releases) -[![Python](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/badges/python.svg)](https://www.python.org/downloads/) +[![Coverage](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/coverage.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Tests](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/tests.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Docs](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/docs.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/wiki) +[![Code Quality](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/quality.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Version](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/version.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/releases) +[![Python](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/python.svg)](https://www.python.org/downloads/) ## Installation diff --git a/docs/index.md b/docs/index.md index eaec530..93241c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,17 @@ A Python package providing reusable development and CI/CD automation tools for oblachno-oss projects. +> An open-source project from **Oblachno** (облачно means *cloudy* in Bulgarian). + +[![CI](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions/workflows/ci.yml/badge.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/src/branch/master/LICENSE) +[![Coverage](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/coverage.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Tests](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/tests.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Docs](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/docs.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/wiki) +[![Code Quality](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/quality.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/actions) +[![Version](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/version.svg)](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/releases) +[![Python](https://git.oblachno.oblachno.fyi/oblachno-oss/devx/raw/branch/badges/python.svg)](https://www.python.org/downloads/) + ## Overview devx consolidates release management, PR automation, wiki sync, badge generation, translation checks, and more into a single installable package. It was extracted from the [GRM](https://git.oblachno.oblachno.fyi/oblachno-oss/grm) project to be reusable across all oblachno-oss projects.