From 0a08650aa3693f0d34f46697cb22d85fa662331e Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 14 Sep 2024 12:27:51 +0300 Subject: [PATCH] Fix readme badges (#104) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 079bb58..3662968 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@

-[![Latest Stable Version](https://poser.pugx.org/yiisoft/user/v/stable.png)](https://packagist.org/packages/yiisoft/user) -[![Total Downloads](https://poser.pugx.org/yiisoft/user/downloads.png)](https://packagist.org/packages/yiisoft/user) -[![Build status](https://github.com/yiisoft/user/workflows/build/badge.svg)](https://github.com/yiisoft/user/actions?query=workflow%3Abuild) +[![Latest Stable Version](https://poser.pugx.org/yiisoft/user/v)](https://packagist.org/packages/yiisoft/user) +[![Total Downloads](https://poser.pugx.org/yiisoft/user/downloads)](https://packagist.org/packages/yiisoft/user) +[![Build status](https://github.com/yiisoft/user/actions/workflows/build.yml/badge.svg)](https://github.com/yiisoft/user/actions/workflows/build.yml) [![Code Coverage](https://codecov.io/gh/yiisoft/user/graph/badge.svg?token=ILNFVY8C26)](https://codecov.io/gh/yiisoft/user) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fuser%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/user/master) [![static analysis](https://github.com/yiisoft/user/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/user/actions?query=workflow%3A%22static+analysis%22)