Skip to content

Commit

Permalink
docs: fix link to randomizer guide (#3332)
Browse files Browse the repository at this point in the history
Currently, the link refers to the same documentation/page it is on.
This PR changes the link to point to the guide docs instead.
  • Loading branch information
ST-DDT authored Dec 14, 2024
1 parent ca52d31 commit 5436111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/randomizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5436111

Please sign in to comment.