From b26cf68f91d244ea33b7d7358f9651c72d25371b Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sun, 1 Sep 2024 19:54:11 +0300 Subject: [PATCH] Fix readme badges (#67) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed9faff..655ff66 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@

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