From 5d6c4045dd085e63ee8b133437d5c09dceb7b2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Laureano=20Peralta=20Tormey?= Date: Wed, 26 Jun 2024 19:17:26 -0300 Subject: [PATCH] Fix path to Provider directory --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a15dfe1e..fd6e5c0a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -161,7 +161,7 @@ for ($i = 0; $i < 3; $i++) { // Roger Le Voisin ``` -You can check available Faker locales in the source code, [under the `Provider` directory](https://github.com/FakerPHP/Faker/tree/main/src/Faker/Provider). The localization of Faker is an ongoing process, for which we need your help. Don't hesitate to create localized providers to your own locale and submit a PR! +You can check available Faker locales in the source code, [under the `Provider` directory](https://github.com/FakerPHP/Faker/tree/main/src/Provider). The localization of Faker is an ongoing process, for which we need your help. Don't hesitate to create localized providers to your own locale and submit a PR! ## Seeding the Generator