From 792482dc48f8be52a42e3f8adbbdb9f58e7e513e Mon Sep 17 00:00:00 2001 From: Daniel Schmelz Date: Sun, 10 Jan 2021 20:40:02 +0100 Subject: [PATCH] Update Faker URLs in documentation (#1072) --- doc/customizing-data-generation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/customizing-data-generation.md b/doc/customizing-data-generation.md index 0eaec0c04..ddd89de91 100644 --- a/doc/customizing-data-generation.md +++ b/doc/customizing-data-generation.md @@ -14,7 +14,7 @@ Alice integrates with the [Faker][1] library. Using `` 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: @@ -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