diff options
| author | Shinigami <[email protected]> | 2023-05-15 08:24:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 08:24:13 +0200 |
| commit | 8f741bd4bda455517fd048b83d76bd8e6d89d78e (patch) | |
| tree | 512783caad8d405372c29859c1edb2acd09f94d7 /src/faker.ts | |
| parent | e0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff) | |
| download | faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip | |
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/faker.ts')
| -rw-r--r-- | src/faker.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/faker.ts b/src/faker.ts index e715234d..45ae9816 100644 --- a/src/faker.ts +++ b/src/faker.ts @@ -79,7 +79,7 @@ export class Faker { * The function must return a new valid `Date` instance for every call. * Defaults to `() => new Date()`. * - * @see [Reproducible Results](https://next.fakerjs.dev/guide/usage.html#reproducible-results) + * @see [Reproducible Results](https://fakerjs.dev/guide/usage.html#reproducible-results) * @see faker.seed() for reproducible results. * * @example @@ -180,7 +180,7 @@ export class Faker { * * You only need to use the constructor if you need custom fallback logic or a custom locale. * - * For more information see our [Localization Guide](https://next.fakerjs.dev/guide/localization.html). + * For more information see our [Localization Guide](https://fakerjs.dev/guide/localization.html). * * @param options The options to use. * @param options.locale The locale data to use. @@ -213,7 +213,7 @@ export class Faker { * * You only need to use the constructor if you need custom fallback logic or a custom locale. * - * For more information see our [Localization Guide](https://next.fakerjs.dev/guide/localization.html). + * For more information see our [Localization Guide](https://fakerjs.dev/guide/localization.html). * * @param options The options to use. * @param options.locales The locale data to use. @@ -235,7 +235,7 @@ export class Faker { * * You only need to use the constructor if you need custom fallback logic or a custom locale. * - * For more information see our [Localization Guide](https://next.fakerjs.dev/guide/localization.html). + * For more information see our [Localization Guide](https://fakerjs.dev/guide/localization.html). * * @param options The options to use. * @param options.locale The locale data to use or the name of the main locale. @@ -353,7 +353,7 @@ export class Faker { * * @returns The seed that was set. * - * @see [Reproducible Results](https://next.fakerjs.dev/guide/usage.html#reproducible-results) + * @see [Reproducible Results](https://fakerjs.dev/guide/usage.html#reproducible-results) * @see faker.setDefaultRefDate() when generating relative dates. * * @example @@ -388,7 +388,7 @@ export class Faker { * * @returns The seed array that was set. * - * @see [Reproducible Results](https://next.fakerjs.dev/guide/usage.html#reproducible-results) + * @see [Reproducible Results](https://fakerjs.dev/guide/usage.html#reproducible-results) * @see faker.setDefaultRefDate() when generating relative dates. * * @example @@ -423,7 +423,7 @@ export class Faker { * * @returns The seed that was set. * - * @see [Reproducible Results](https://next.fakerjs.dev/guide/usage.html#reproducible-results) + * @see [Reproducible Results](https://fakerjs.dev/guide/usage.html#reproducible-results) * @see faker.setDefaultRefDate() when generating relative dates. * * @example |
