diff --git a/docs/guide/index.md b/docs/guide/index.md index bada358a85c..ef0d6117ba6 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.