From 71ac106ab697ad523f0553120b163bcd277c4231 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Thu, 29 Feb 2024 10:59:24 +0200 Subject: [PATCH] Fix badge links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b8e01c..2111e88 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ [![Latest Stable Version](https://poser.pugx.org/spiral/roadrunner-tcp/v/stable)](https://packagist.org/packages/spiral/roadrunner-tcp) [![phpunit](https://github.com/spiral/roadrunner-tcp/actions/workflows/phpunit.yml/badge.svg)](https://github.com/spiral/roadrunner-tcp/actions) [![psalm](https://github.com/spiral/roadrunner-tcp/actions/workflows/psalm.yml/badge.svg)](https://github.com/spiral/roadrunner-tcp/actions) -[![Codecov](https://codecov.io/gh/spiral/roadrunner-tcp/branch/3.x/graph/badge.svg)](https://codecov.io/gh/spiral/roadrunner-tcp) +[![Codecov](https://codecov.io/gh/roadrunner-php/tcp/branch/3.x/graph/badge.svg)](https://codecov.io/gh/roadrunner-php/tcp) [![Total Downloads](https://poser.pugx.org/spiral/roadrunner-tcp/downloads)](https://packagist.org/packages/spiral/roadrunner-tcp) -[![type-coverage](https://shepherd.dev/github/spiral/roadrunner-tcp/coverage.svg)](https://shepherd.dev/github/spiral/roadrunner-tcp) -[![psalm-level](https://shepherd.dev/github/spiral/roadrunner-tcp/level.svg)](https://shepherd.dev/github/spiral/roadrunner-tcp) +[![type-coverage](https://shepherd.dev/github/roadrunner-php/tcp/coverage.svg)](https://shepherd.dev/github/spiral/roadrunner-php/tcp) +[![psalm-level](https://shepherd.dev/github/roadrunner-php/tcp/level.svg)](https://shepherd.dev/github/roadrunner-php/tcp) RoadRunner is an open-source (MIT licensed) high-performance PHP application server, load balancer, and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis.