From 42083ac91e97dcc5aa3f25d18f89560b5b5f4c76 Mon Sep 17 00:00:00 2001 From: yoshi2no <57059705+yoshi2no@users.noreply.github.com> Date: Sat, 30 Nov 2024 17:26:55 +0900 Subject: [PATCH] docs(guide): correct broken URL for `helpers` module (#3289) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.