From 53a5f9e3f1a443beac3afbe16b62e7532b1ca98d Mon Sep 17 00:00:00 2001 From: Alexey Borzov Date: Sun, 29 Oct 2023 02:16:04 +0300 Subject: [PATCH] Hopefully fix badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 281084a..d61455d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # HTML_QuickForm2 -[![Build Status](https://github.com/pear/HTML_QuickForm2/workflows/Continuous%20Integration/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Continuous+Integration%22) +[![Build Status](https://github.com/pear/HTML_QuickForm2/actions/workflows/continuous-integration.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Continuous+Integration%22) -[![Static Analysis](https://github.com/pear/HTML_QuickForm2/workflows/Static%20Analysis/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Static+Analysis%22) +[![Static Analysis](https://github.com/pear/HTML_QuickForm2/actions/workflows/static-analysis.yml/badge.svg?branch=trunk)](https://github.com/pear/HTML_QuickForm2/actions?query=branch%3Atrunk+workflow%3A%22Static+Analysis%22) This is a repository for [PEAR HTML_QuickForm2] package that has been migrated from [PEAR SVN].