Skip to content

Commit

Permalink
Correct status badge url as per needs (#95)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
DannyvdSluijs and bram-pkg committed Nov 27, 2023
1 parent b6400cf commit 7cc7d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 7cc7d14

Please sign in to comment.