From 7cc7d141809193aac7b7c1c02ac254d63913a543 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Mon, 27 Nov 2023 14:44:17 +0100 Subject: [PATCH] Correct status badge url as per needs (#95) * 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. * Fixed --------- Co-authored-by: Bram --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d2a38bf4..a15dfe1e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +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 +)](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.