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 /test | |
| parent | e0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff) | |
| download | faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip | |
docs: switch doc links to stable (#2152)
Diffstat (limited to 'test')
| -rw-r--r-- | test/locale-proxy.spec.ts | 4 | ||||
| -rw-r--r-- | test/location.spec.ts | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/locale-proxy.spec.ts b/test/locale-proxy.spec.ts index ce82744a..d1671485 100644 --- a/test/locale-proxy.spec.ts +++ b/test/locale-proxy.spec.ts @@ -98,7 +98,7 @@ describe('LocaleProxy', () => { new FakerError( `The locale data for 'category.missing' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. - For more information see https://next.fakerjs.dev/guide/localization.html` + For more information see https://fakerjs.dev/guide/localization.html` ) ); }); @@ -108,7 +108,7 @@ describe('LocaleProxy', () => { new FakerError( `The locale data for 'airline.missing' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. - For more information see https://next.fakerjs.dev/guide/localization.html` + For more information see https://fakerjs.dev/guide/localization.html` ) ); }); diff --git a/test/location.spec.ts b/test/location.spec.ts index 22b5b214..f92d5419 100644 --- a/test/location.spec.ts +++ b/test/location.spec.ts @@ -196,7 +196,7 @@ describe('location', () => { new FakerError( `The locale data for 'location.postcode_by_state' are missing in this locale. Please contribute the missing data to the project or use a locale/Faker instance that has these data. - For more information see https://next.fakerjs.dev/guide/localization.html` + For more information see https://fakerjs.dev/guide/localization.html` ) ); }); |
