aboutsummaryrefslogtreecommitdiff
path: root/src/modules/hacker
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/hacker
parente0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff)
downloadfaker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz
faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/hacker')
-rw-r--r--src/modules/hacker/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/hacker/index.ts b/src/modules/hacker/index.ts
index ef0aa013..95084832 100644
--- a/src/modules/hacker/index.ts
+++ b/src/modules/hacker/index.ts
@@ -5,15 +5,15 @@ import type { Faker } from '../..';
*
* ### Overview
*
- * There are methods for different parts of speech, such as [`abbreviation()`](https://next.fakerjs.dev/api/hacker.html#abbreviation), [`adjective()`](https://next.fakerjs.dev/api/hacker.html#adjective), [`noun()`](https://next.fakerjs.dev/api/hacker.html#noun), [`verb()`](https://next.fakerjs.dev/api/hacker.html#verb), and [`ingverb()`](https://next.fakerjs.dev/api/hacker.html#ingverb). Alternatively, [`phrase()`](https://next.fakerjs.dev/api/hacker.html#phrase) creates a longer phrase combining these words.
+ * There are methods for different parts of speech, such as [`abbreviation()`](https://fakerjs.dev/api/hacker.html#abbreviation), [`adjective()`](https://fakerjs.dev/api/hacker.html#adjective), [`noun()`](https://fakerjs.dev/api/hacker.html#noun), [`verb()`](https://fakerjs.dev/api/hacker.html#verb), and [`ingverb()`](https://fakerjs.dev/api/hacker.html#ingverb). Alternatively, [`phrase()`](https://fakerjs.dev/api/hacker.html#phrase) creates a longer phrase combining these words.
*
* ### Related modules
*
* Various modules allow for generating other types of words and phrases:
*
- * - [faker.word](https://next.fakerjs.dev/api/word.html) uses general vocabulary rather than hacker-specific terms.
- * - [faker.lorem](https://next.fakerjs.dev/api/lorem.html) uses faux-Latin "lorem ipsum" text.
- * - [faker.company](https://next.fakerjs.dev/api/company.html) includes corporate catchphrases and buzzwords.
+ * - [faker.word](https://fakerjs.dev/api/word.html) uses general vocabulary rather than hacker-specific terms.
+ * - [faker.lorem](https://fakerjs.dev/api/lorem.html) uses faux-Latin "lorem ipsum" text.
+ * - [faker.company](https://fakerjs.dev/api/company.html) includes corporate catchphrases and buzzwords.
*/
export class HackerModule {
constructor(private readonly faker: Faker) {