diff options
| author | ST-DDT <[email protected]> | 2024-12-14 12:38:07 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-14 12:38:07 +0100 |
| commit | 5436111712afc292004216f25d5e3eec0705cc56 (patch) | |
| tree | eec79bf2d123abf13f05ef3dce7ef1b74a586420 /src/randomizer.ts | |
| parent | ca52d31859dc7037a6c7ee90eac32eefa7d1ba32 (diff) | |
| download | faker-5436111712afc292004216f25d5e3eec0705cc56.tar.xz faker-5436111712afc292004216f25d5e3eec0705cc56.zip | |
docs: fix link to randomizer guide (#3332)
Currently, the link refers to the same documentation/page it is on.
This PR changes the link to point to the guide docs instead.
Diffstat (limited to 'src/randomizer.ts')
| -rw-r--r-- | src/randomizer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randomizer.ts b/src/randomizer.ts index a0bc14bf..e52deb87 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](https://fakerjs.dev/api/randomizer.html). + * For more information please refer to the [documentation](https://fakerjs.dev/guide/randomizer.html). * * @example * import { Faker, Randomizer, SimpleFaker } from '@faker-js/faker'; |
