aboutsummaryrefslogtreecommitdiff
path: root/src/randomizer.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-02-19 20:32:33 +0100
committerGitHub <[email protected]>2024-02-19 20:32:33 +0100
commit25f2a0326b1103c8a47a06156d43d71d2d72b7fa (patch)
treeee5e7939a56a187f063d02998334706a1a5aa5e3 /src/randomizer.ts
parentaccf42c636b7ecea220676b7bc5dd2822bc97ed2 (diff)
downloadfaker-25f2a0326b1103c8a47a06156d43d71d2d72b7fa.tar.xz
faker-25f2a0326b1103c8a47a06156d43d71d2d72b7fa.zip
docs: more jsdoc fixes (#2668)
Diffstat (limited to 'src/randomizer.ts')
-rw-r--r--src/randomizer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randomizer.ts b/src/randomizer.ts
index d2c6892b..a0bc14bf 100644
--- a/src/randomizer.ts
+++ b/src/randomizer.ts
@@ -9,7 +9,7 @@
* Instances are expected to be ready for use before being passed to any Faker constructor,
* this includes being `seed()`ed with either a random or fixed value.
*
- * For more information please refer to the [documentation](/api/randomizer).
+ * For more information please refer to the [documentation](https://fakerjs.dev/api/randomizer.html).
*
* @example
* import { Faker, Randomizer, SimpleFaker } from '@faker-js/faker';