Skip to content

Commit

Permalink
docs(guide): correct broken URL for helpers module
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi2no committed Nov 30, 2024
1 parent 5d5fe30 commit 6ae1aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6ae1aeb

Please sign in to comment.