diff options
Diffstat (limited to 'docs')
| -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. |
