Skip to content

Commit

Permalink
Update Faker URLs in documentation (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq authored Jan 10, 2021
1 parent a0b8090 commit 792482d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/customizing-data-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Alice integrates with the [Faker][1] library. Using `<foo()>` you can call Faker
data providers to generate random data. Check the
[list of Faker providers](https://github.com/fzaninotto/Faker#formatters).
[list of Faker providers](https://fakerphp.github.io/formatters).

Let's turn our static bob user into a randomized entry:

Expand Down Expand Up @@ -100,7 +100,7 @@ stdClass:
## Custom Faker Data Providers

Sometimes you need more than what Faker and Alice provide you natively. For
that, you can register a custom [Faker Provider](https://github.com/fzaninotto/Faker/tree/master/src/Faker/Provider) class:
that, you can register a custom [Faker Provider](https://github.com/FakerPHP/Faker/tree/main/src/Faker/Provider) class:

```php
<?php
Expand Down Expand Up @@ -226,5 +226,5 @@ services:
« [Keep Your Fixtures Dry](fixtures-refactoring.md) • [Table of Contents](../README.md#table-of-contents) »


[1]: https://github.com/fzaninotto/Faker
[2]: https://github.com/fzaninotto/Faker#seeding-the-generator
[1]: https://github.com/FakerPHP/Faker
[2]: https://fakerphp.github.io/#seeding-the-generator

0 comments on commit 792482d

Please sign in to comment.