Skip to content

Commit 42083ac

Browse files
authored
docs(guide): correct broken URL for helpers module (#3289)
1 parent 5d5fe30 commit 42083ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Faker has three types of modules:
4343

4444
- Modules for basic datatypes: [`datatype`](/api/datatype), [`date`](/api/date), [`number`](/api/number) and [`string`](/api/string)
4545
- Topic specific modules, such as [`animal`](/api/animal), [`food`](/api/food) and many more
46-
- Lastly, the [`helpers`](/api/datatype) module, with various utility methods to use with your own data (or data generated by other Faker methods)
46+
- Lastly, the [`helpers`](/api/helpers) module, with various utility methods to use with your own data (or data generated by other Faker methods)
4747

4848
For a full list of modules, go to our [Api Search](/api/) page.
4949

0 commit comments

Comments
 (0)