From 631ef1c2713d7e97882c42b52d81cb1deb5703f0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 16 Jan 2025 12:16:30 +0100 Subject: [PATCH] README: fix broken badges * The badges from poser do not seem to work anymore, so replacing these with shields.io. * Additionally, the GH CI status badge currently displays "no status", as apparently GH changed the badge URL format (yet again) without notice. Fixed now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37ae0a2..54db789 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![License](https://poser.pugx.org/PHPCompatibility/phpcompatibility-all/license.png)](https://github.com/PHPCompatibility/PHPCompatibilityAll/blob/master/LICENSE) -[![Build Status](https://github.com/PHPCompatibility/PHPCompatibilityAll/workflows/Validate/badge.svg?branch=master)](https://github.com/PHPCompatibility/PHPCompatibilityAll/actions) +[![License](https://img.shields.io/github/license/PHPCompatibility/PHPCompatibilityAll?color=00a7a7)](https://github.com/PHPCompatibility/PHPCompatibilityAll/blob/master/LICENSE) +[![Build Status](https://github.com/PHPCompatibility/PHPCompatibilityAll/actions/workflows/validate.yml/badge.svg?branch=master)](https://github.com/PHPCompatibility/PHPCompatibilityAll/actions/workflows/validate.yml) # PHPCompatibilityAll