aboutsummaryrefslogtreecommitdiff
path: root/src/modules/phone
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-05-15 08:24:13 +0200
committerGitHub <[email protected]>2023-05-15 08:24:13 +0200
commit8f741bd4bda455517fd048b83d76bd8e6d89d78e (patch)
tree512783caad8d405372c29859c1edb2acd09f94d7 /src/modules/phone
parente0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff)
downloadfaker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz
faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/phone')
-rw-r--r--src/modules/phone/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/phone/index.ts b/src/modules/phone/index.ts
index a9254650..96b434a5 100644
--- a/src/modules/phone/index.ts
+++ b/src/modules/phone/index.ts
@@ -5,7 +5,7 @@ import type { Faker } from '../..';
*
* ### Overview
*
- * For a phone number, use [`number()`](https://next.fakerjs.dev/api/phone.html#number). Many locales provide country-specific formats.
+ * For a phone number, use [`number()`](https://fakerjs.dev/api/phone.html#number). Many locales provide country-specific formats.
*/
export class PhoneModule {
constructor(private readonly faker: Faker) {