From fdee9a9f7fc51313074e3db0bb1c8de75c092254 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Wed, 11 Feb 2026 13:43:49 -0300 Subject: [PATCH] Update URLs that changed --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40d789af..826e2a61 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT --> # Respect\Validation -[![Build Status](https://img.shields.io/github/actions/workflow/status/Respect/Validation/continuous-integration.yml?branch=main&style=flat-square)](https://github.com/Respect/Validation/actions/workflows/continuous-integration.yml) +[![Build Status](https://img.shields.io/github/actions/workflow/status/Respect/Validation/ci-code.yml?branch=main&style=flat-square)](https://github.com/Respect/Validation/actions/workflows/ci-code.yml) [![Code Coverage](https://img.shields.io/codecov/c/github/Respect/Validation?style=flat-square)](https://codecov.io/gh/Respect/Validation) [![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) [![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation) diff --git a/composer.json b/composer.json index 314dde71..7311f8ba 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "The most awesome validation engine ever created for PHP", "keywords": ["respect", "validation", "validator"], "type": "library", - "homepage": "http://respect.github.io/Validation/", + "homepage": "http://respect.github.io/", "license": "MIT", "authors": [ {