diff options
| author | yoshi2no <[email protected]> | 2024-11-30 17:26:55 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-30 08:26:55 +0000 |
| commit | 42083ac91e97dcc5aa3f25d18f89560b5b5f4c76 (patch) | |
| tree | 127e7e453ccee0869e3a1442af086603f1894072 | |
| parent | 5d5fe30ab4f4df092a1ebac991cdf4a345f604fc (diff) | |
| download | faker-42083ac91e97dcc5aa3f25d18f89560b5b5f4c76.tar.xz faker-42083ac91e97dcc5aa3f25d18f89560b5b5f4c76.zip | |
docs(guide): correct broken URL for `helpers` module (#3289)
| -rw-r--r-- | docs/guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index bada358a..ef0d6117 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -43,7 +43,7 @@ Faker has three types of modules: - Modules for basic datatypes: [`datatype`](/api/datatype), [`date`](/api/date), [`number`](/api/number) and [`string`](/api/string) - Topic specific modules, such as [`animal`](/api/animal), [`food`](/api/food) and many more -- Lastly, the [`helpers`](/api/datatype) module, with various utility methods to use with your own data (or data generated by other Faker methods) +- Lastly, the [`helpers`](/api/helpers) module, with various utility methods to use with your own data (or data generated by other Faker methods) For a full list of modules, go to our [Api Search](/api/) page. |
