Skip to content

Commit 540e3ca

Browse files
authored
Fix link to 'Provider' directory
Under #Localization, the link to the 'Providers' directory is currently broken. This fixes that.
1 parent e741182 commit 540e3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ for ($i = 0; $i < 3; $i++) {
158158
// Roger Le Voisin
159159
```
160160

161-
You can check available Faker locales in the source code, [under the `Provider` directory](https://github.com/FakerPHP/Faker/tree/1.10/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!
161+
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!
162162

163163
## Populating Entities Using an ORM or an ODM
164164

0 commit comments

Comments
 (0)