Skip to content

Commit 7cc7d14

Browse files
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 badges/shields#8671 Where it is explained how to adjust the badge. This PR actually does just that. * Fixed --------- Co-authored-by: Bram <[email protected]>
1 parent b6400cf commit 7cc7d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Faker
22

33
[![Packagist Downloads](https://img.shields.io/packagist/dm/FakerPHP/Faker)](https://packagist.org/packages/fakerphp/faker)
4-
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/FakerPHP/Faker/Continuous%20Integration/main)](https://github.com/FakerPHP/Faker/actions)
4+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FakerPHP/Faker/tests.yaml
5+
)](https://github.com/FakerPHP/Faker/actions)
56

67
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.
78

0 commit comments

Comments
 (0)