Skip to content

Commit e8301c9

Browse files
author
Bram Ceulemans
authored
Merge pull request FakerPHP#14 from marchershey/main
Fix link to 'Provider' directory
2 parents e741182 + 540e3ca commit e8301c9

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)