From 9ddf0057e97c7adebddcc9c2908e5521a39db208 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Mon, 27 Nov 2023 09:36:11 +0100 Subject: [PATCH 1/2] Correct status badge url as per needs Currently the badge on https://fakerphp.github.io/ contains an url (not linked, so can't click it.) The url is shows is https://github.com/badges/shields/issues/8671 Where it is explained how to adjust the badge. This PR actually does just that. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index d2a38bf4..7b8e1158 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,7 @@ [![Packagist Downloads](https://img.shields.io/packagist/dm/FakerPHP/Faker)](https://packagist.org/packages/fakerphp/faker) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/FakerPHP/Faker/Continuous%20Integration/main)](https://github.com/FakerPHP/Faker/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FakerPHP/Faker/tests.yaml?branch=2.0) Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. From 99ce2e9c180d3c47501ce01c5b0f498769fbe32b Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 27 Nov 2023 13:43:44 +0000 Subject: [PATCH 2/2] Fixed --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7b8e1158..a15dfe1e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,8 @@ # Faker [![Packagist Downloads](https://img.shields.io/packagist/dm/FakerPHP/Faker)](https://packagist.org/packages/fakerphp/faker) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/FakerPHP/Faker/Continuous%20Integration/main)](https://github.com/FakerPHP/Faker/actions) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FakerPHP/Faker/tests.yaml?branch=2.0) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FakerPHP/Faker/tests.yaml +)](https://github.com/FakerPHP/Faker/actions) Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.